Update the changelog
[opencv] / apps / Hawk / CVEiCL / EiC / README.WIN32
1 \r
2 EiC under Win32\r
3 ----------------\r
4 \r
5 EiC has been ported to the WIN32 platform using MSVC++.\r
6 \r
7 Just type `make all' from EiC root directory to build EiC.  No modules are\r
8 used.  Then go to src directory, where you can find the EiC\r
9 executable, Launch eic, and then try to run the following program :\r
10 \r
11 #include <stdio.h>\r
12 printf("Hello world !\n");\r
13 \r
14 To be able to run EiC from any directory you must\r
15 place the eic.exe in your PATH list and define the\r
16 environmental variable HOMEofEiC (assuming that\r
17 you have installed EiC on the C drive):\r
18 \r
19         set HOMEofEiC=c:\eic\r
20 \r
21 Actually, it is only if EiC is not istalled in c:\eic\r
22 do you have worry about setting HOMEofEiC.\r
23 \r