File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff 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 !
You can’t perform that action at this time.
0 commit comments