comparison README @ 492:64d90190a08c am-touch-events

template GetLayer
author Alain Mazy <alain@mazy.be>
date Wed, 20 Feb 2019 20:57:43 +0100
parents b04b13810540
children
comparison
equal deleted inserted replaced
488:aede9b042cb7 492:64d90190a08c
123 123
124 # launch the sample 124 # launch the sample
125 ./OrthancStoneSimpleViewer --studyId=XX 125 ./OrthancStoneSimpleViewer --studyId=XX
126 ``` 126 ```
127 127
128 to build the Qt native samples on Windows:
129 -----------------------------------------
130
131 In a VS2015 x64 Native Tools Command Prompt:
132
133 ```
134 mkdir -p C:\Users\alain\osimis\builds\orthanc-stone-build
135 cd C:\Users\alain\osimis\builds\orthanc-stone-build
136 cmake -G Ninja -DSTATIC_BUILD=ON -DORTHANC_FRAMEWORK_SOURCE=path -DORTHANC_FRAMEWORK_ROOT=C:\Users\alain\osimis\orthanc -DCMAKE_PREFIX_PATH=C:\Qt\5.9.3\msvc2015_64 ..\..\orthanc-stone\Applications\Samples
137
138 cmake -G Ninja -DALLOW_DOWNLOADS=ON -DENABLE_QT=ON ~/orthanc-stone/Applications/Samples/
139 cmake --build . --target OrthancStoneSimpleViewer -- -j 5
140 ```
141
128 142
129 Licensing 143 Licensing
130 --------- 144 ---------
131 145
132 Stone of Orthanc is licensed under the AGPL license. 146 Stone of Orthanc is licensed under the AGPL license.