portal64-still-alive/skelatool64/setup_dependencies.sh

12 lines
265 B
Bash
Executable file

#!/usr/bin/bash
sudo apt install -y libpng-dev libtiff-dev libassimp-dev
git clone https://github.com/jbeder/yaml-cpp.git
cmake -S yaml-cpp -B yaml-cpp
make -C yaml-cpp
wget http://cimg.eu/files/CImg_latest.zip
unzip CImg_latest.zip
mv CImg-3.1.3_pre051622 cimg