ver.1.0.1
Installation guide
Please download SpM-1.0.1.tar.gz.
To build SpM, please type the following commands.
tar xzvf SpM-1.0.1.tar.gz
cd SpM-1.0.1
mkdir build
cd build
cmake ..
make
Then, the executable file SpM.out is created in the ./src directory.
Changes
- Default output format changes from PDF to EPS. Output format can be changed by using "flag_pdf" in "run .sh" (related to issue #5 ).
- The description of "flag_pdf" is added in SpM's manual.