Skip to content

Commit

Permalink
Update INSTALL_LINUX.md
Browse files Browse the repository at this point in the history
Some packages are no longer in the official repositories.
  • Loading branch information
buresu committed Apr 29, 2020
1 parent b0dfddd commit 812c6e5
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 812c6e5

Please sign in to comment.