#!/bin/bash wget -c "https://code.teampandory.com/thirdparty/S-Lang/-/archive/src/pandory500/S-Lang-src-pandory500.tar.gz" tar xvf S-Lang-src-pandory500.tar.gz cd S-Lang-src-pandory500 export CFLAGS="-O3" export CXXFLAGS="-O3" export CC="$xCC" make clean ./configure --host="$xHOST" --prefix="$PREFIX" make -j$(nproc) make install