comparison INSTALL @ 1502:5e9c40419fb9

Upgrade to JsonCpp 0.10.5 for static and Windows builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Aug 2015 17:39:45 +0200
parents 538fc8359a9a
children 630606097798
comparison
equal deleted inserted replaced
1501:aaf368280f5a 1502:5e9c40419fb9
39 build directory is "~/OrthancBuild". 39 build directory is "~/OrthancBuild".
40 40
41 3) Depending on your platform, follow the build instructions below. 41 3) Depending on your platform, follow the build instructions below.
42 42
43 43
44 WARNING: If you do not create a fresh "~/OrthancBuild" directory after 44 WARNING 1: If you do not create a fresh "~/OrthancBuild" directory
45 upgrading the source code (i.e. if you reuse the build directory that 45 after upgrading the source code (i.e. if you reuse the build directory
46 was used to build a different version of Orthanc), the build might 46 that was used to build a different version of Orthanc), the build
47 fail because of changes in the compilation/linking flags. Always 47 might fail because of changes in the compilation/linking flags. Always
48 prefer to force a re-build in a new directory. 48 prefer to force a re-build in a new directory.
49 49
50 WARNING 2: If cmake complains about not being able to uncompress
51 third-party dependencies, delete the "~/Orthanc/ThirdPartyDownloads/"
52 folder, then restart cmake.
50 53
51 54
52 Native Linux Compilation 55 Native Linux Compilation
53 ------------------------ 56 ------------------------
54 57