Mercurial > hg > orthanc
comparison INSTALL @ 1046:00f9f36bcd94
on-the-fly conversion of JSON to XML according to HTTP Accept
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 18 Jul 2014 17:15:34 +0200 |
parents | 9c7f5fd8a7a2 |
children | 3b27b83d7247 |
comparison
equal
deleted
inserted
replaced
1045:0bfeeb6d340f | 1046:00f9f36bcd94 |
---|---|
56 | 56 |
57 Native Windows build with Microsoft Visual Studio 2005 | 57 Native Windows build with Microsoft Visual Studio 2005 |
58 ------------------------------------------------------ | 58 ------------------------------------------------------ |
59 | 59 |
60 # cd [...]\OrthancBuild | 60 # cd [...]\OrthancBuild |
61 # cmake -DSTANDALONE_BUILD=ON -G "Visual Studio 8 2005" [...]\Orthanc | 61 # cmake -DSTANDALONE_BUILD=ON -DSTATIC_BUILD=ON -G "Visual Studio 8 2005" [...]\Orthanc |
62 | 62 |
63 Then open the "[...]/OrthancBuild/Orthanc.sln" with Visual Studio. | 63 Then open the "[...]/OrthancBuild/Orthanc.sln" with Visual Studio. |
64 | 64 |
65 NOTES: | 65 NOTES: |
66 * More recent versions of Visual Studio should also work. | 66 * More recent versions of Visual Studio should also work. |