Releases: seqscope/spatula
Releases · seqscope/spatula
1.0.0
The spatula-1.0.0.tar.gz
contains the source code of the spatula
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/spatula/releases/download/v1.0.0/spatula-1.0.0.tar.gz
tar xzvf spatula-1.0.0.tar.gz
cd spatula-1.0.0
cd submodules
sh -x build.sh
cd ..
mkdir build
cd build
cmake ..
make