qyot27 / avxsynth-decomb

Mirror of http://mujintou.org.uk/projects/decomb.zip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mirror of http://mujintou.org.uk/projects/decomb.zip
to make sure the package is preserved in the event of
it disappearing from its host.

Build instructions on Ubuntu:
sudo apt-get install cmake ninja-build checkinstall

cmake -G "Ninja" -DCMAKE_ASM_NASM_COMPILER=yasm
ninja

sudo checkinstall --pkgname=avxdecomb --pkgversion="1:$(grep \
VERSION src/version.h | cut -f2 -d "\"")" --backup=no \
--deldoc=yes --delspec=yes --deldesc=yes --strip=yes \
--stripso=yes --addso=yes --fstrans=no --default \
cp libdecomb.so /usr/local/lib/avxsynth

About

Mirror of http://mujintou.org.uk/projects/decomb.zip

License:GNU General Public License v2.0


Languages

Language:C++ 90.3%Language:Assembly 8.1%Language:C 1.6%