Releases: seqscope/pmpoint
Releases · seqscope/pmpoint
v1.0.0
The pmpoint-v1.0.0-full.tar.gz contains the source code of the pmpoint package, including submodules.
Note that If you use the default source package (.tar.gz/zip), then you will need to install submodules on your own.
Use the following commands to download and build the package.
wget https://github.com/seqscope/pmpoint/releases/download/v1.0.0/pmpoint-v1.0.0-full.tar.gz
tar xzvf pmpoint-v1.0.0-full.tar.gz
cd pmpoint-1.0.0
cd submodules
sh -x build.sh
cd ..
mkdir build
cd build
cmake ..
make