Update for QT definition
[occt.git] / samples / java / readme_win32.txt
CommitLineData
7fd59977 1
21. Description of the tree structure created:
3---------------------------------------------
4
5<installation directory>
6 |
7 |-- win32 <Platform dependent files>
8 | |
9 | `-- lib <Shareables files: one <package>.dll for each package>
10 |
11 |-- adm
12 | |
13 | `- win32 <Compiling projects for the win32 platform>
14 |
15 |-- drv <Additional includes files>
16 | |
17 | |-- ...
18 |
19 |-- inc <Includes files>
20 |
21 |-- java <Java sources files and executables>
22 | |
23 | |-- ...
24 |
25 `-- src <C++ sources files>
26 |
27 |-- ...
28
29
30
312. Launching the Open CASCADE Technology samples:
32---------------------------------
33
34
35You can use JRE from version 1.6 and higher
36
37To run the Open CASCADE Technology samples use run.bat file.
38
39
403. Modifying and rebuilding the executables:
41--------------------------------------------
42
43You can rebuild all the Sample distribution with :
44 > use the Samples.sln delivered on adm/win32
45
46
47To modify Java source files go to the java directory and edit .java files.
48To recompile changed files use build.bat file.
49
50To modify C++ source files go to the src directory and find the package
51you want to modify.
52
53
54