A fork of https://github.com/r9y9/sinsy
|
1 year ago | |
---|---|---|
.github | 3 years ago | |
debian | 2 years ago | |
src | 1 year ago | |
test | 2 years ago | |
.gitignore | 3 years ago | |
CMakeLists.txt | 1 year ago | |
README.md | 3 years ago |
A fork of sinsy: http://sinsy.sourceforge.net/
Wanted to fork it with git.
To preserve the commit history, the repository was initialized by the following command:
git svn clone https://svn.code.sf.net/p/sinsy/code-0/ --no-metadata --authors-file=authors.txt sinsy
Subsequent improvements will be done in the git repository as needed.
See src/README for the original README.
cd src
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON ..
make -j
sudo make install