build: file system traversal, fixed Cimg version

This commit is contained in:
skarard 2022-08-29 10:31:12 +01:00
parent ba5e2173ab
commit f30d528af7

View file

@ -2,11 +2,15 @@
sudo apt install -y libpng-dev libtiff-dev libassimp-dev sudo apt install -y libpng-dev libtiff-dev libassimp-dev
pushd $(dirname "$0")
git clone https://github.com/jbeder/yaml-cpp.git git clone https://github.com/jbeder/yaml-cpp.git
cmake -S yaml-cpp -B yaml-cpp cmake -S yaml-cpp -B yaml-cpp
make -C yaml-cpp make -C yaml-cpp
wget http://cimg.eu/files/CImg_latest.zip wget http://cimg.eu/files/CImg_3.1.3.zip
unzip CImg_latest.zip unzip CImg_3.1.3.zip
mv CImg-3.1.3_pre051622 cimg mv CImg-3.1.3 cimg
popd