mirror of
https://github.com/smogon/sprites.git
synced 2026-07-10 06:15:49 -05:00
Add Tup installation instructions
This commit is contained in:
parent
653b4284f8
commit
e1c4fe83aa
14
README.md
14
README.md
|
|
@ -18,13 +18,23 @@ Windows binaries of these dependencies can be found on the download pages of the
|
|||
|
||||
### Linux
|
||||
|
||||
_**TODO:** include installation instructions for `tup` given the Ubuntu PPA is defunct_
|
||||
|
||||
```
|
||||
$ sudo apt install nodejs imagemagick advancecomp
|
||||
$ sudo npm install -g pnpm
|
||||
```
|
||||
|
||||
Build tup from source:
|
||||
|
||||
```
|
||||
$ sudo apt install build-essential pkg-config libfuse-dev
|
||||
$ git clone git://github.com/gittup/tup.git
|
||||
$ cd tup
|
||||
$ ./bootstrap.sh
|
||||
$ sudo cp tup /usr/local/bin/tup
|
||||
$ sudo cp tup.1 /usr/local/share/man
|
||||
|
||||
```
|
||||
|
||||
You may have to build imagemagick from source to get version 7.
|
||||
|
||||
### macOS
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user