tahoma2d/ci-scripts/osx/travis-build.sh
Michał Janiszewski 839913e1f5 travis scripts
2016-07-01 12:11:51 +02:00

10 lines
315 B
Bash

#!/bin/bash
pushd thirdparty/tiff-4.0.3
./configure && make
popd
cd toonz && mkdir build && cd build
cmake ../sources \
-DQT_PATH=/usr/local/Cellar/qt55/5.5.1/lib/ \
-DTIFF_INCLUDE_DIR=../../thirdparty/tiff-4.0.3/libtiff/ \
-DSUPERLU_INCLUDE_DIR=../../thirdparty/superlu/SuperLU_4.1/include/
make