diff options
| author | mschroffel <mschroffel@cinecert.com> | 2016-05-09 20:57:58 +0000 |
|---|---|---|
| committer | mschroffel <> | 2016-05-09 20:57:58 +0000 |
| commit | 333acf80167f3d0b6dc38b0103648cdf92af8b87 (patch) | |
| tree | bc7bcde2d150f2fa91882a82849d71523dcd7871 /README.cmake | |
| parent | 2b101472bf1f76db63ae1c97cf5393fe7195bcb1 (diff) | |
wolfgang update cmake files + version bump
Diffstat (limited to 'README.cmake')
| -rw-r--r-- | README.cmake | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake new file mode 100644 index 0000000..a550136 --- /dev/null +++ b/README.cmake @@ -0,0 +1,19 @@ +**General** +As an alternative to configure (autotools), cmake build system files are provided. +In order to use them, you will need to install Cmake binaries on your system, or build Cmake from source. +Note: Cmake 2.8.12 or higher is required. + +**Configuration** +Linux / MacOS: +$ mkdir build +$ cd build/ +$ cmake .. +See man cmake for additional options. + +**Build/Install** +make && sudo make install +will install in /usr/local/ as usual, in addition cmake target information will be installed in /usr/local/targets/ + +Wolfgang Ruppel 2016-04-20 + + |
