labsquare / CuteVCF

simple viewer for variant call format using htslib
GNU General Public License v3.0
31 stars 4 forks source link

Dev: Full RPM, DEB support with htslib integration #25

Closed ysard closed 7 years ago

ysard commented 7 years ago

Hello, here is the support for Debian & Fedora packages with cmake. Will remain proper Windows support, & MacOS...

The files are particularly commented (maybe too much), because there are a lot of rules to respect....

PS: htslib 1.3.2 is compiled on Fedora; On Debian/Ubuntu, distro package may be used. PS2: In CMakeLists.txt, line 37, CMAKE_PREFIX_PATH have to be updated according to the dev environment. (This line can be removed, but the parameter have to be passed in command line : 'cmake -D CMAKE_PREFIX_PATH="..." ../')