commit | c07d55bb3c78872c48ee28ad56a8470b9a7f6f2d | [log] [tgz] |
---|---|---|
author | David Wagner <david.wagner@intel.com> | Wed Jun 25 13:27:45 2014 +0200 |
committer | David Wagner <david.wagner@intel.com> | Wed Jun 25 13:27:45 2014 +0200 |
tree | 8fafb8b6c563f26852c3827eb15e5e4dc4209a01 | |
parent | 142e27e17a001f862e55a689f1d22231cc8916c6 [diff] | |
parent | 9cc5b2b7d242f4e94f87a393d7e851040ee88990 [diff] |
Merge pull request #4 from kir0gawa/help-messages Help messages
tl;dr: compilation instructions are at the end
WIP
Run cmake .
then make
. You may then install libraries, headers and binaries with make install
. By default, they are installed under /usr/local
on unix OSes; if you want to install them under a custom directory, you may do so by passing it to the cmake .
command; e.g. cmake -DCMAKE_INSTALL_PREFIX=/path/to/custom/install .
.