summaryrefslogtreecommitdiff
path: root/tools/cmake/ReadMe.txt
blob: 1d68c3e3b5c5017a7de3b3cac56557ee3a420f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The XMP Toolkit uses an open-source system to manage the build process. XMP Toolkit places cmake configuration files (CMakeLists.txt) in the source directories which is used to generate the standard build files.These generated build files can then be used to build the Toolkit.

To use CMake:

1. The minimum version of CMake required for this release is 3.5.2

Download the following recommended CMake distribution zipped package from the following links corresponding to the current platform (Windows, Mac, or Linux)
Windows	----	https://cmake.org/files/v3.5/cmake-3.5.2-win32-x86.zip
Mac OSX ----	https://cmake.org/files/v3.5/cmake-3.5.2-Darwin-x86_64.tar.gz
Linux   ----    https://cmake.org/files/v3.5/cmake-3.5.2-Linux-i386.tar.gz

2. For Windows and Linux copy the folders /bin and /share into <xmpsdk>/tools/cmake/
   For Mac:
     a) Create the folder  <xmpsdk>/tools/cmake/bin
     b) Rename and copy the app to this location <xmpsdk>/tools/cmake/bin/cmake.app