Skip to content

Commit

Permalink
Merge branch 'RB-2.3' of https://github.com/NatronGitHub/Natron into …
Browse files Browse the repository at this point in the history
…RB-2.3
  • Loading branch information
devernay committed May 2, 2020
2 parents f54df64 + cd65c9b commit 426db22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion INSTALL_LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,11 @@ global.pri file. To enable an option just add `CONFIG+=<option>` in the qmake ca

On Arch Linux you can do the following:
```
sudo pacman -S qt4 expat boost python2-pyside python2-shiboken
sudo pacman -S expat boost
```
Install the following packages from AUR:
```
qt4 python2-pyside python2-shiboken
```

Cairo has to be build from source, because Arch Linux does not provide a static version (as far as we know). It is fairly easy to do:
Expand Down

0 comments on commit 426db22

Please sign in to comment.