- autoconf
- gettext
- rustc
- cargo
- gcc
- cmake
- make
sudo apt install autoconf gettext build-essential cmake
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shmkdir build
cd build
cmake ..
make FSGTo remove the build stuff do rm -rf build
For an all in one command do cmake -Bbuild . && cd build && make FSG (where . is the folder with the CmakeLists.txt)
./make_static.sh