File: INSTALL.txt

package info (click to toggle)
libbpp-seq 2.2.0-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 2,792 kB
  • sloc: cpp: 17,683; perl: 2,501; sh: 142; makefile: 15
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.