File: INSTALL.txt

package info (click to toggle)
libbpp-raa 2.2.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 412 kB
  • sloc: ansic: 3,870; cpp: 814; sh: 113; makefile: 12
file content (12 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (40)
1
2
3
4
5
6
7
8
9
10
11
12
This software needs cmake >= 2.6 to build.

After installing cmake, run it with the following command:
cmake -DCMAKE_INSTALL_PREFIX=[where to install, for instance /usr/local or $HOME/.local] .

If available, you can also use ccmake instead of cmake for a more user-friendly interface.

Then compile and install the software with
make install

You may also consider installing and using the software checkinstall for easier system administration.