Skip to content

Commit 143954d

Browse files
authored
Update README.md
1 parent ac55398 commit 143954d

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,31 @@ Instructions:
2626
- Update dependencies:
2727
`./update_modules.sh`
2828

29-
- Build dependencies and this module:
29+
- Build Java GUIs:
3030
`./build_gui.sh`
3131

32-
- Run OImaging GUI:
33-
`./run_OImaging-gui.sh`
32+
- Build OImaging UWS server:
33+
`./build_OImaging-srv.sh`
34+
35+
- Run Tools:
36+
- run Aspro2 GUI:
37+
`./run_Aspro2-gui.sh`
38+
- run SearchCal GUI:
39+
`./run_SearchCal-gui.sh`
40+
- run OIFitsExplorer GUI:
41+
`./run_OIFitsExplorer-gui.sh`
42+
- run LITpro GUI:
43+
`./run_LITpro-gui.sh`
44+
- run OImaging:
45+
- run OImaging UWS server (locally):
46+
`./run_OImaging-srv.sh`
47+
- run OImaging GUI (using local server):
48+
`./run_OImaging-gui.sh`
49+
- run AppLauncher GUI:
50+
`./run_AppLauncher-gui.sh`
51+
52+
- Run Tools from a single package (jar):
53+
`cd jmmc-tools`
54+
use `run_...sh` scripts !
55+
56+
Enjoy all JMMC tools !

0 commit comments

Comments
 (0)