Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
#!/bin/sh |
|
|
|
git clone git@github.com:pezmaster31/bamtools.git |
|
mkdir build |
|
cd build |
|
cmake .. |
|
make -j 6 |
|
sudo make install |
|
sudo mv /usr/local/include/bamtools/* /usr/local/include/ |
|
sudo mv /usr/local/lib/bamtools/libbamtools.* /usr/local/lib |
|
sudo ldconfig |
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.