comparison OrthancStone/Resources/Graveyard/Deprecated/Samples/README.md @ 1521:bc4c50a53bd3

changed a few remaining instances of orthanc-stone/Samples to orthanc-stone/OrthancStone/Samples
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 31 Jul 2020 13:36:49 +0200
parents 244ad1e4e76a
children
comparison
equal deleted inserted replaced
1520:3a79d551dd8b 1521:bc4c50a53bd3
1 1
2 **These samples are deprecated and not guaranteed to work. A migration to a 2 **These samples are deprecated and not guaranteed to work. A migration to a
3 new version of the Stone API is underway.** 3 new version of the Stone API is underway.**
4 4
5 Please read orthanc-stone/Samples/README.md first for general requirements. 5 Please read orthanc-stone/OrthancStone/Samples/README.md first for general requirements.
6 6
7 7
8 8
9 Deprecated -- to be sorted 9 Deprecated -- to be sorted
10 =========================== 10 ===========================
163 folder that is sibling to the orthanc-stone folder: 163 folder that is sibling to the orthanc-stone folder:
164 164
165 **Visual Studio 2019 (v142) ** 165 **Visual Studio 2019 (v142) **
166 166
167 ``` 167 ```
168 cmake -G "Visual Studio 16 2019" -A x64 -DMSVC_MULTIPLE_PROCESSES=ON -DENABLE_OPENGL=ON -DSTATIC_BUILD=ON -DOPENSSL_NO_CAPIENG=ON -DORTHANC_FRAMEWORK_SOURCE=path -DORTHANC_FRAMEWORK_ROOT="$($pwd)\..\orthanc" -DALLOW_DOWNLOADS=ON -DENABLE_SDL=ON ../orthanc-stone/Samples/Sdl 168 cmake -G "Visual Studio 16 2019" -A x64 -DMSVC_MULTIPLE_PROCESSES=ON -DENABLE_OPENGL=ON -DSTATIC_BUILD=ON -DOPENSSL_NO_CAPIENG=ON -DORTHANC_FRAMEWORK_SOURCE=path -DORTHANC_FRAMEWORK_ROOT="$($pwd)\..\orthanc" -DALLOW_DOWNLOADS=ON -DENABLE_SDL=ON ../orthanc-stone/OrthancStone/Samples/Sdl
169 ``` 169 ```
170 170
171 **Visual Studio 2017 (v140) ** 171 **Visual Studio 2017 (v140) **
172 172
173 ``` 173 ```
174 cmake -G "Visual Studio 15 2017 Win64" -DMSVC_MULTIPLE_PROCESSES=ON -DENABLE_OPENGL=ON -DSTATIC_BUILD=ON -DOPENSSL_NO_CAPIENG=ON -DORTHANC_FRAMEWORK_SOURCE=path -DORTHANC_FRAMEWORK_ROOT="$($pwd)\..\orthanc" -DALLOW_DOWNLOADS=ON -DENABLE_SDL=ON ../orthanc-stone/Samples/Sdl 174 cmake -G "Visual Studio 15 2017 Win64" -DMSVC_MULTIPLE_PROCESSES=ON -DENABLE_OPENGL=ON -DSTATIC_BUILD=ON -DOPENSSL_NO_CAPIENG=ON -DORTHANC_FRAMEWORK_SOURCE=path -DORTHANC_FRAMEWORK_ROOT="$($pwd)\..\orthanc" -DALLOW_DOWNLOADS=ON -DENABLE_SDL=ON ../orthanc-stone/OrthancStone/Samples/Sdl
175 ``` 175 ```
176 176
177 **Visual Studio 2008 (v90) ** 177 **Visual Studio 2008 (v90) **
178 178
179 ``` 179 ```
180 cmake -G "Visual Studio 9 2008" -DUSE_LEGACY_JSONCPP=ON -DENABLE_OPENGL=ON -DSTATIC_BUILD=ON -DOPENSSL_NO_CAPIENG=ON -DORTHANC_FRAMEWORK_SOURCE=path -DORTHANC_FRAMEWORK_ROOT="$($pwd)\..\orthanc" -DALLOW_DOWNLOADS=ON -DENABLE_SDL=ON ../orthanc-stone/Samples/Sdl 180 cmake -G "Visual Studio 9 2008" -DUSE_LEGACY_JSONCPP=ON -DENABLE_OPENGL=ON -DSTATIC_BUILD=ON -DOPENSSL_NO_CAPIENG=ON -DORTHANC_FRAMEWORK_SOURCE=path -DORTHANC_FRAMEWORK_ROOT="$($pwd)\..\orthanc" -DALLOW_DOWNLOADS=ON -DENABLE_SDL=ON ../orthanc-stone/OrthancStone/Samples/Sdl
181 ``` 181 ```
182 182
183 And under Ubuntu (note the /mnt/c/osi/dev/orthanc folder): 183 And under Ubuntu (note the /mnt/c/osi/dev/orthanc folder):
184 ``` 184 ```
185 cmake -G "Ninja" -DENABLE_OPENGL=ON -DSTATIC_BUILD=OFF -DOPENSSL_NO_CAPIENG=ON -DORTHANC_FRAMEWORK_SOURCE=path -DORTHANC_FRAMEWORK_ROOT="/mnt/c/osi/dev/orthanc" -DALLOW_DOWNLOADS=ON -DENABLE_SDL=ON ../orthanc-stone/Samples/Sdl 185 cmake -G "Ninja" -DENABLE_OPENGL=ON -DSTATIC_BUILD=OFF -DOPENSSL_NO_CAPIENG=ON -DORTHANC_FRAMEWORK_SOURCE=path -DORTHANC_FRAMEWORK_ROOT="/mnt/c/osi/dev/orthanc" -DALLOW_DOWNLOADS=ON -DENABLE_SDL=ON ../orthanc-stone/OrthancStone/Samples/Sdl
186 ``` 186 ```
187 187
188 TODO trackers: 188 TODO trackers:
189 - CANCELLED (using outlined text now) text overlay 50% --> ColorTextureLayer 50% 189 - CANCELLED (using outlined text now) text overlay 50% --> ColorTextureLayer 50%
190 - DONE angle tracker: draw arcs 190 - DONE angle tracker: draw arcs