diff 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
line wrap: on
line diff
--- a/INSTALL	Fri Aug 07 17:23:28 2015 +0200
+++ b/INSTALL	Fri Aug 07 17:39:45 2015 +0200
@@ -41,12 +41,15 @@
 3) Depending on your platform, follow the build instructions below.
 
 
-WARNING: If you do not create a fresh "~/OrthancBuild" directory after
-upgrading the source code (i.e. if you reuse the build directory that
-was used to build a different version of Orthanc), the build might
-fail because of changes in the compilation/linking flags. Always
+WARNING 1: If you do not create a fresh "~/OrthancBuild" directory
+after upgrading the source code (i.e. if you reuse the build directory
+that was used to build a different version of Orthanc), the build
+might fail because of changes in the compilation/linking flags. Always
 prefer to force a re-build in a new directory.
 
+WARNING 2: If cmake complains about not being able to uncompress
+third-party dependencies, delete the "~/Orthanc/ThirdPartyDownloads/"
+folder, then restart cmake.
 
 
 Native Linux Compilation