bcgsc / tigmint

⛓ Correct misassemblies using linked AND long reads
https://bcgsc.github.io/tigmint/
GNU General Public License v3.0
54 stars 13 forks source link

Provide 'make install' procedure #10

Closed mmokrejs closed 6 years ago

mmokrejs commented 6 years ago

Hi Shaun, I wanted to install Tigmint as I realized abyss-2.1.0 has it as an optional dependency.

First of all it appears to me there are more dependencies than you state in Readme.md.

Second, there is no make install DESTDIR=$(DESTDIR) supported, and I am too lazy to figure out which files should be placed in /usr/bin, /usr/lib, /usr/share/doc/tigmint/, etc. I know there is some Makefile already in the top-level direcotry, well that complicates the situation even more.

Thank you

sjackman commented 6 years ago

Hi, Martin. Sorry for the delay in my reply. To install Tigmint, copy all the files in bin/* to /usr/local/bin/, or whichever desired installation prefix. I've added an install target in d1bc59d1ddf907ffc0010c7a424a7f1a3a1b11a3. Thanks for making a Gentoo package for Tigmint! 🏅