comparison INSTALL @ 1451:538fc8359a9a

INSTALL
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 09:45:36 +0200
parents 3b27b83d7247
children 5e9c40419fb9
comparison
equal deleted inserted replaced
1450:a3efc289ec07 1451:538fc8359a9a
30 ---------------------------- 30 ----------------------------
31 31
32 To build Orthanc, you must: 32 To build Orthanc, you must:
33 33
34 1) Download the source code (either using Mercurial, or through the 34 1) Download the source code (either using Mercurial, or through the
35 released versions). For the examples below, we assume the source 35 official releases). For the examples below, we assume the source
36 directory is "~/Orthanc". 36 directory is "~/Orthanc".
37 37
38 2) Create a build directory. For the examples below, we assume the 38 2) Create a build directory. For the examples below, we assume the
39 build directory is "~/OrthancBuild". 39 build directory is "~/OrthancBuild".
40
41 3) Depending on your platform, follow the build instructions below.
42
43
44 WARNING: If you do not create a fresh "~/OrthancBuild" directory after
45 upgrading the source code (i.e. if you reuse the build directory that
46 was used to build a different version of Orthanc), the build might
47 fail because of changes in the compilation/linking flags. Always
48 prefer to force a re-build in a new directory.
40 49
41 50
42 51
43 Native Linux Compilation 52 Native Linux Compilation
44 ------------------------ 53 ------------------------