0023227: New Draw Harness command to estimate current geometry complexity of OpenGL...
[occt.git] / samples / java / readme_unix.txt
CommitLineData
7fd59977 1
21. 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
332. Launching the Open CASCADE Technology samples:
34---------------------------------
35
36
37You can use JRE from version 1.3 and higher
38
39To run the Open CASCADE Technology samples use run.csh file.
40
41
423. Modifying and rebuilding the executables:
43--------------------------------------------
44
45You can rebuild all the Sample distribution with : REBUILD.COMP
46 > csh -f REBUILD.COMP
47
48To modify Java source files go to the java directory and edit .java files.
49To recompile changed files use build.csh file.
50
51To modify C++ source files go to the src directory and find the package
52you want to modify.
53