1 Build environment setup
Colin McMillen edited this page 2020-11-18 22:48:36 +00:00

Assuming Ubuntu 20.04.

The truly important things -- git with lfs support:

sudo apt install git
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt install git-lfs
git lfs install

Miscellaneous things needed for various command-line tools to work:

sudo apt install pngcrush  # pre-commit hook
sudo apt install dos2unix  # because microsoft sprays \r everywhere