Closed wookietreiber closed 6 years ago
adds proper installation procedure via make install, e.g.:
make install
$ mkdir build $ cd build $ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr $ make $ sudo make install ... Install the project... -- Install configuration: "Release" -- Installing: /usr/bin/w2rap-contigger -- Installing: /usr/bin/hbv2gfa
fixes #29
Looks good, thanks!
adds proper installation procedure via
make install
, e.g.:fixes #29