tahoma2d/ci-scripts/linux/tahoma-build.sh
manongjohn 7c889c85ed
Tahoma build scripts (#140)
* macOS build scripts for Tahoma

* Linux build scripts for Tahoma

* Fix ffmpeg detection for Linux
2020-09-22 21:03:16 -06:00

16 lines
243 B
Bash
Executable file

#!/bin/bash
pushd thirdparty/tiff-4.0.3
CFLAGS="-fPIC" CXXFLAGS="-fPIC" ./configure --disable-jbig && make
popd
cd toonz
mkdir build
cd build
source /opt/qt59/bin/qt59-env.sh
cmake ../sources \
-DWITH_SYSTEM_SUPERLU:BOOL=OFF
make -j7