diff options
| author | Ilya Tetin | 2019-04-25 13:48:37 +0700 |
|---|---|---|
| committer | Ilya Tetin | 2019-04-25 13:48:37 +0700 |
| commit | dad805d89aab1e54eb3edea32cf810e53d8a1419 (patch) | |
| tree | 2322e8a79d8644e8adecc259c4e17ec0f483c4ec /INSTALL-OLD.md | |
| parent | 0616dabe801d160b495af0dcaa1ef5d0ba8b2531 (diff) | |
| parent | 4117f63375c681a800068b56beb201699807801a (diff) | |
Merge branch 'master' into hunternif
Diffstat (limited to 'INSTALL-OLD.md')
| -rw-r--r-- | INSTALL-OLD.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL-OLD.md b/INSTALL-OLD.md index f67796b..1cb2429 100644 --- a/INSTALL-OLD.md +++ b/INSTALL-OLD.md @@ -8,6 +8,12 @@ distributions are different, the steps stay roughly the same. ### Installing hard dependencies +Szurubooru requires the following dependencies: +- Python (3.5 or later) +- Postgres +- FFmpeg +- node.js + ```console user@host:~$ sudo pacman -S postgresql user@host:~$ sudo pacman -S python |