comparison README.md @ 611:e3f21a265be5

Added version directive to GLSL shader code + glew init function in sample code AND commented-out glew init function in StoneInitialize
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 30 Apr 2019 16:07:48 +0200
parents d10a295b607a
children f939f449482c
comparison
equal deleted inserted replaced
610:0c4c0693b97c 611:e3f21a265be5
234 issn="1618-727X", 234 issn="1618-727X",
235 doi="10.1007/s10278-018-0082-y", 235 doi="10.1007/s10278-018-0082-y",
236 url="https://doi.org/10.1007/s10278-018-0082-y" 236 url="https://doi.org/10.1007/s10278-018-0082-y"
237 } 237 }
238 238
239 Various notes to be deleted 239 Various notes to be sorted
240 --------------------------- 240 ---------------------------
241 class BaseCommand : public ICommand 241 How to build the newest (2019-04-29) SDL samples under Windows, *inside* a
242 242 folder that is sibling to the orthanc-stone folder:
243 RadiographySceneCommand 243
244 GenericNoArgCommand 244 ```
245 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
246 ```