0023250: Missing include in OSD_MemInfo.cxx
[occt.git] / samples / java / readme_unix.txt
1
2 1. Description of the tree structure created:
3 ---------------------------------------------
4
5 <installation directory>
6     |
7     |-- $STATION <Platform dependent files>
8     |    |
9     |    |-- lib  <Shareables files: one lib<package>.so for each package>
10     |    |
11     |    `-- obj  <Object and dependency files: .o and .d>
12     |    
13     |-- adm
14     |    |
15     |    `- $STATION <Compiling scripts for the $STATION platform>
16     |    
17     |-- drv <Additional includes files>
18     |    |
19     |    |-- ...
20     |    
21     |-- inc <Includes files>
22     |    
23     |-- java <Java sources files and executables>
24     |    |
25     |    |-- ...
26     |    
27     `-- src <C++ sources files>
28          |
29          |-- ...
30
31
32
33 2. Launching the Open CASCADE Technology samples:
34 ---------------------------------
35
36
37 You can use JRE from version 1.3 and higher
38
39 To run the Open CASCADE Technology samples use run.csh file.
40
41
42 3. Modifying and rebuilding the executables:
43 --------------------------------------------
44
45 You can rebuild all the Sample distribution with : REBUILD.COMP
46     > csh -f REBUILD.COMP
47
48 To modify Java source files go to the java directory and edit .java files.
49 To recompile changed files use build.csh file.
50
51 To modify C++ source files go to the src directory and find the package
52 you want to modify.
53