parent
f516f6f9d5
commit
425af0f3fd
17
Build-environment-setup.md
Normal file
17
Build-environment-setup.md
Normal file
@ -0,0 +1,17 @@
|
||||
Assuming Ubuntu 20.04.
|
||||
|
||||
The truly important things -- git with lfs support:
|
||||
|
||||
```shell
|
||||
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:
|
||||
|
||||
```shell
|
||||
sudo apt install pngcrush # pre-commit hook
|
||||
sudo apt install dos2unix # because microsoft sprays \r everywhere
|
||||
```
|
Loading…
Reference in New Issue
Block a user