comparison OrthancStone/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 307a805d0587
children 4c4b267e4004
comparison
equal deleted inserted replaced
1520:3a79d551dd8b 1521:bc4c50a53bd3
169 cmake -G "Visual Studio 16 2019" -A x64 ` 169 cmake -G "Visual Studio 16 2019" -A x64 `
170 -DMSVC_MULTIPLE_PROCESSES=ON ` 170 -DMSVC_MULTIPLE_PROCESSES=ON `
171 -DALLOW_DOWNLOADS=ON ` 171 -DALLOW_DOWNLOADS=ON `
172 -DSTATIC_BUILD=ON ` 172 -DSTATIC_BUILD=ON `
173 -DOPENSSL_NO_CAPIENG=ON ` 173 -DOPENSSL_NO_CAPIENG=ON `
174 ../orthanc-stone/Samples/Sdl 174 ../orthanc-stone/OrthancStone/Samples/Sdl
175 175
176 $solutionPath = ls -filter *.sln 176 $solutionPath = ls -filter *.sln
177 Write-Host "Solution file(s) available at: $solutionPath" 177 Write-Host "Solution file(s) available at: $solutionPath"
178 ``` 178 ```
179 179
221 cmake -G "Visual Studio 16 2019" -A x64 ` 221 cmake -G "Visual Studio 16 2019" -A x64 `
222 -DMSVC_MULTIPLE_PROCESSES=ON ` 222 -DMSVC_MULTIPLE_PROCESSES=ON `
223 -DALLOW_DOWNLOADS=ON ` 223 -DALLOW_DOWNLOADS=ON `
224 -DSTATIC_BUILD=ON ` 224 -DSTATIC_BUILD=ON `
225 -DOPENSSL_NO_CAPIENG=ON ` 225 -DOPENSSL_NO_CAPIENG=ON `
226 ../../orthanc-stone/Samples/Sdl/RtViewer 226 ../../orthanc-stone/OrthancStone/Samples/Sdl/RtViewer
227 ``` 227 ```
228 228
229 Executing `cmake --build .` in the build folder will launch the Microsoft 229 Executing `cmake --build .` in the build folder will launch the Microsoft
230 builder on the solution. 230 builder on the solution.
231 231