Skip to content

Commit b7cec01

Browse files
committed
remove info about VS 2008
1 parent f81c258 commit b7cec01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Please use the installer (for 3.00 and above). Tesseract is a library with a
7171
command line interface. If you need a GUI, please check the [3rdParty wiki page](https://github.com/tesseract-ocr/tesseract/wiki/3rdParty#gui).
7272

7373
If you are building from the sources, the recommended build platform is
74-
VC++ Express 2008 (optionally 2010).
74+
VC++ Express 2010.
7575

7676
The executables are built with static linking, so they stand more chance
7777
of working out of the box on more Windows systems.
@@ -127,8 +127,8 @@ at Hewlett-Packard Co, Greeley Colorado between 1985 and 1994, with some
127127
more changes made in 1996 to port to Windows, and some C++izing in 1998.
128128
A lot of the code was written in C, and then some more was written in C++.
129129
Since then all the code has been converted to at least compile with a C++
130-
compiler. Currently it builds under Linux with gcc4.4.3 and under Windows
131-
with VC++2008. The C++ code makes heavy use of a list system using macros.
130+
compiler. Currently it builds under Linux with gcc 4.4.3 and under Windows
131+
with VC++2010. The C++ code makes heavy use of a list system using macros.
132132
This predates stl, was portable before stl, and is more efficient than stl
133133
lists, but has the big negative that if you do get a segmentation violation,
134134
it is hard to debug.

0 commit comments

Comments
 (0)