Build NJOY without shared library

This commit is contained in:
Paul Romano 2017-12-18 20:58:31 +07:00
parent 530f33907b
commit 39f3ea9327

View file

@ -5,4 +5,4 @@ git clone https://github.com/njoy/NJOY2016
cd NJOY2016
sed -i -e 's/5\.1/4.8/' CMakeLists.txt
mkdir build && cd build
cmake .. && make 2>/dev/null && sudo make install
cmake -Dstatic=on .. && make 2>/dev/null && sudo make install