commit | b394ed54bd2f38f0aa27c146e949c62fb842f8c9 | [log] [tgz] |
---|---|---|
author | David Wagner <david.wagner@intel.com> | Wed Jun 25 15:00:12 2014 +0200 |
committer | David Wagner <david.wagner@intel.com> | Wed Jun 25 15:00:12 2014 +0200 |
tree | 21eeea67b16eea3ebfa2e71f6ef4e58f40849ac6 | |
parent | c07d55bb3c78872c48ee28ad56a8470b9a7f6f2d [diff] | |
parent | 8c478031c4b165ee31fe5b1841af190ed09f5afe [diff] |
Merge pull request #5 from kir0gawa/tutorial-changes Added cmake rules for installing tools in bin dir
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 .
.