File: build_parsnp_linux.sh

package info (click to toggle)
parsnp 1.2%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,288 kB
  • sloc: cpp: 3,859; python: 1,243; ansic: 937; makefile: 22; sh: 21
file content (8 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
cd muscle
./autogen.sh
./configure --prefix=`pwd`
make install
cd ..
./autogen.sh
./configure
make install