Bump patch version post tag.
[asdcplib.git] / README.cmake
1 **General**
2 As an alternative to configure (autotools), cmake build system files are provided.
3 In order to use them, you will need to install Cmake binaries on your system, or build Cmake from source.
4 Note: Cmake 2.8.12 or higher is required.
5
6 **Configuration**
7 Linux / MacOS:
8 $ mkdir build
9 $ cd build/
10 $ cmake ..
11 See man cmake for additional options.
12
13 **Build/Install**
14 make && sudo make install
15 will install in /usr/local/ as usual, in addition cmake target information will be installed in /usr/local/targets/
16
17 Wolfgang Ruppel 2016-04-20
18
19