dr1pw4lk 1.0e

This commit is contained in:
.[d]. 2022-11-07 05:10:27 +00:00
parent 9fc361920d
commit a0ff42c791

3
d.sh
View File

@ -1000,6 +1000,8 @@ echo -e "\033[0;33m[ DEPUMPER PREREQUISITES CHECK ]\033[0;91m\n"
[ -e "$PWD/_ansilove" ] && rm -Rf "$PWD/_libansilove"
[ -e "$PWD/test.ans" ] && rm -Rf "$PWD/test.ans"
#####################################################################################################################
export BASEDIR="$PWD"
#####################################################################################################################
wget https://github.com/libgd/libgd/releases/download/gd-2.3.3/libgd-2.3.3.tar.gz
tar zxvf libgd-2.3.3.tar.gz && cd libgd-2.3.3 && mkdir build && cd build
cmake ..
@ -1042,7 +1044,6 @@ python3 depumper.py "$PWD/test.txt" "$PWD/test.ans"
#####################################################################################################################
echo -e "\033[0;33m\n[ BUILDING: \033[0;34mLIBANSILOVE \033[0;33m]\033[0m\n"
#####################################################################################################################
export BASEDIR="$PWD"
cd _libansilove
mkdir build
cd build