diff README @ 295:b04b13810540 am-2

unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
author am@osimis.io
date Tue, 04 Sep 2018 15:09:42 +0200
parents 30dc6e383b0b
children 4d8ac609fc33 64d90190a08c
line wrap: on
line diff
--- a/README	Thu Aug 30 17:17:11 2018 +0200
+++ b/README	Tue Sep 04 15:09:42 2018 +0200
@@ -93,7 +93,7 @@
 to build the WASM samples:
 -------------------------
 ```
-cd ~/orthanc-stone/Platforms/Wasm
+cd ~/orthanc-stone/Applications/Samples
 ./build-wasm.sh
 ```
 
@@ -112,7 +112,7 @@
 ```
 mkdir -p ~/builds/orthanc-stone-build
 cd ~/builds/orthanc-stone-build
-cmake -DALLOW_DOWNLOADS=ON ~/orthanc-stone/
+cmake -DALLOW_DOWNLOADS=ON -DENABLE_SDL=ON ~/orthanc-stone/Applications/Samples/
 cmake --build . --target OrthancStoneSimpleViewer -- -j 5
 ```
 
@@ -122,7 +122,7 @@
 Orthanc
 
 # launch the sample
-./OrthancStoneSimpleViewer --instance1=XX --instance2=XX
+./OrthancStoneSimpleViewer --studyId=XX
 ```