Skip to content

Commit ac55398

Browse files
authored
Added build instructions
1 parent a713b75 commit ac55398

File tree

1 file changed

+11
-43
lines changed

1 file changed

+11
-43
lines changed

README.md

Lines changed: 11 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -15,51 +15,19 @@ Requirements:
1515
- Maven 3.6+
1616

1717

18-
How to:
18+
Instructions:
1919

20-
0. Cleanup:
21-
bash clean.sh
20+
- Cleanup dependencies:
21+
`./clean.sh`
2222

23+
- Get dependencies on the first time:
24+
`./get_modules.sh`
2325

24-
1. Get source codes:
25-
bash get_modules.sh
26+
- Update dependencies:
27+
`./update_modules.sh`
2628

29+
- Build dependencies and this module:
30+
`./build_gui.sh`
2731

28-
2. Build Java GUIs:
29-
bash build_gui.sh
30-
31-
32-
3. Build OImaging UWS server:
33-
bash build_OImaging-srv.sh
34-
35-
36-
4. Run Tools:
37-
- run Aspro2 GUI:
38-
bash run_Aspro2-gui.sh
39-
40-
- run SearchCal GUI:
41-
bash run_SearchCal-gui.sh
42-
43-
- run OIFitsExplorer GUI:
44-
bash run_OIFitsExplorer-gui.sh
45-
46-
- run LITpro GUI:
47-
bash run_LITpro-gui.sh
48-
49-
- run OImaging:
50-
- run OImaging UWS server (locally):
51-
bash run_OImaging-srv.sh
52-
53-
- run OImaging GUI (using local server):
54-
bash run_OImaging-gui.sh
55-
56-
- run AppLauncher GUI:
57-
bash run_AppLauncher-gui.sh
58-
59-
5. Run Tools from a single package (jar):
60-
cd jmmc-tools
61-
use run_... scripts !
62-
63-
64-
Enjoy all JMMC tools !
65-
32+
- Run OImaging GUI:
33+
`./run_OImaging-gui.sh`

0 commit comments

Comments
 (0)