Update for QT definition
[occt.git] / samples / java / readme_win32.txt
1
2 1. 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
31 2. Launching the Open CASCADE Technology samples:
32 ---------------------------------
33
34
35 You can use JRE from version 1.6 and higher
36
37 To run the Open CASCADE Technology samples use run.bat file.
38
39
40 3. Modifying and rebuilding the executables:
41 --------------------------------------------
42
43 You can rebuild all the Sample distribution with : 
44     > use the Samples.sln delivered on adm/win32
45
46
47 To modify Java source files go to the java directory and edit .java files.
48 To recompile changed files use build.bat file.
49
50 To modify C++ source files go to the src directory and find the package
51 you want to modify.
52
53
54