File: INSTALL.txt

package info (click to toggle)
libbpp-popgen 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 928 kB
  • ctags: 856
  • sloc: cpp: 9,654; sh: 113; makefile: 13
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.