[go: up one dir, main page]

File: INSTALL.txt

package info (click to toggle)
libbpp-core 2.0.3-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,136 kB
  • sloc: cpp: 20,567; makefile: 67
file content (12 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (41)
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.