1. Install cmake
brew install cmake or sudo port install cmake
sudo apt install cmake
- Download https://cmake.org/files/v3.7/cmake-3.7.2-win32-x86.msi
- install it with option add to the system path checked
- Download and install https://www.microsoft.com/en-in/download/confirmation.aspx?id=5555
2. Installing boost
brew install boost or sudo port install boost
sudo apt install libboost-all-dev
- download relevent binary from https://sourceforge.net/projects/boost/files/boost-binaries/1.63.0/
- for visual studio 2015 download boost_1_63_0-msvc-14.0-32.exe
- run the binary as administrator
- install it to C:\Program Files (x86)\boost - It is very important that it is the exact path; boost folder name should not contain any version number.
3. Build LiSpScPaRo
- extract the LiSpScPaRo.7z to a folder called workspace
- cd to workspace
- make directory buildLiSpScPaRo
- cd to buildLiSpScPaRo
- cmake ../LiSpScPaRo -G Xcode
- xcodebuild
- cd Debug
- ./LiSpScPaRo
- cmake ../LiSpScPaRo
- make
- ./LiSpScPaRo
- cmake ..\LiSpScPaRo -G "Visual Studio 14 2015"
- add "C:\Program Files (x86)\MSBuild\14.0\Bin" to the path
- msbuild LiSpScPaRo.sln
- cd Debug
- LiSpScPaRo.exe