Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 195 Bytes

MAKE_SOURCE_DIST.md

File metadata and controls

11 lines (9 loc) · 195 Bytes

In order to make source package to upload to github:

mkdir build
cd build
cmake ..
make
make package_source

Source package build/GangSTR-VERSION-Source.tar.gz is ready for upload.