Skip to content

Commit

Permalink
INSTALL_LINUX: update debian instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Nov 4, 2015
1 parent b49abc3 commit 40504f2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions INSTALL_LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Please download `Qt 4.*`, Natron is known to be buggy when running with Qt 5.

### Boost

Natron requires `boost serialzation` to compile.
Natron requires `boost serialization` to compile.
You can download boost with your package manager.
Alternatively you can install boost from [boost download](http://www.boost.org/users/download/)

Expand Down Expand Up @@ -225,15 +225,17 @@ shiboken {
Installing dependencies using `apt-get` should work on
any Debian-based distribution (e.g. Ubuntu).

If your version of Ubuntu does not provide cairo 1.12 (required for rotoscoping), use the xorg-edger PPA:
```
sudo apt-get install expat
sudo apt-get install libglew-dev
sudo add-apt-repository -y ppa:xorg-edgers/ppa
```

On Ubuntu 12.04 LTS the package can be added with the following ppa:
If your version of Ubuntu does not provide boost 1.49, the irie PPA can be used:
```
sudo add-apt-repository -y ppa:irie/boost
```
Install the required packages:
```
sudo add-apt-repository -y ppa:xorg-edgers/ppa
sudo apt-get install libcairo2-dev
sudo apt-get install libqt4-dev libglew-dev libboost-serialization-dev libexpat1-dev libcairo2-dev python-dev python-pyside libpyside-dev libshiboken-dev
```

For the config.pri use:
Expand Down

0 comments on commit 40504f2

Please sign in to comment.