Commit 6312982e057a1b0b5ce484e3c4a0295f2e8b7e5b
Added prefix definition in INSTALL.
Author: xaizek
Author date (UTC): 2011-03-27 17:28
Committer name: xaizek
Committer date (UTC): 2011-03-27 17:28
Parent(s): adf1bb21456e1c02618ead08abdecb0f2ca52057
Signing key:
Tree: 0ca4befd98e4bbd43052b0abdeedcbaef832d648
File |
Lines added |
Lines deleted |
INSTALL |
3 |
2 |
File INSTALL changed (mode: 100644) (index de24bea..140fcec) |
... |
... |
Dependences: |
5 |
5 |
- CMake |
- CMake |
6 |
6 |
|
|
7 |
7 |
Assuming that your current directory is one containing this file use following |
Assuming that your current directory is one containing this file use following |
8 |
|
commands to compile program: |
|
|
8 |
|
commands to compile program (prefix is /usr/ since /usr/local/ may work |
|
9 |
|
incorrect): |
9 |
10 |
|
|
10 |
11 |
mkdir build |
mkdir build |
11 |
12 |
cd build |
cd build |
12 |
|
cmake .. |
|
|
13 |
|
cmake -DCMAKE_INSTALL_PREFIX=/usr/ .. |
13 |
14 |
make |
make |
14 |
15 |
|
|
15 |
16 |
And to install it run: |
And to install it run: |