Update the changelog
[opencv] / apps / Hawk / CVEiCL / EiC / README.FIRST
1 This file contains overall information concerning EiC's distribution. \r
2 It is by no means complete.\r
3 \r
4 ---------------------------\r
5 Files           Description\r
6 README          Contains information on how to compile the EiC\r
7                 source code distribution, how to port EiC\r
8                 to different platforms and how to build a toy\r
9                 version of EiC.\r
10 \r
11 README.BIN      Discusses how to install a binary distribution of\r
12                 EiC\r
13 \r
14 Maintenance     Discusses issues on how to maintain EiC via CVS and\r
15                 how to produce a binary distribution\r
16 \r
17 Change.html         EiC's change log\r
18 Distribution.html   Information on what each EiC distribution should \r
19                     contain\r
20 Distribution.txt    Text version of Distribution.html\r
21 LICENCE             EiC's copyright licence\r
22 Buglist.html        EiC's bug list. Not heavily used nor is it as \r
23                     upto date as EiC's change log\r
24 ----------------------------\r
25 Directories    Description\r
26 \r
27 src            Contains the source code for the EiC interpreter\r
28 module         Contains various source code modules. For example,\r
29                EiC's implementation of the standard C library is\r
30                in module/stdClib\r
31 test           Contains EiC's regression test suite\r
32 doc            Contains EiC's documentation\r
33 doc/tech_doc   Contains EiC's technical information\r
34 main           Contains the main.c and instructions on how to\r
35                embed EiC into other systems.\r
36 config         Contains scripts for configuring EiC for\r
37                various platforms\r
38 include        Contains EiC system include files; such as:\r
39                <stdio.h> etc\r
40 \r
41 \r
42 --------------------------------------------------------------------------\r
43 Ed.Breen\r
44 \r
45 \r
46 IMPORTANT! This is not the Standard EiC distribution. here is the list of\r
47 source files modified by Intel OpenCV team in order to remove some bugs and\r
48 enable some features in the scripting environment:\r
49 src\cdecl.c\r
50 src\reset.c\r
51 src\starteic.c\r
52 src\typemod.h\r
53 src\typesets.c