File: INSTALL.txt

package info (click to toggle)
libbpp-qt 2.0.2-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 284 kB
  • sloc: cpp: 919; makefile: 63
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.