Skip to content

Commit

Permalink
Update INSTALL_LINUX.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay authored Apr 17, 2019
1 parent 382c680 commit a76b117
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions INSTALL_LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ Instructions for installing Natron from sources on GNU/Linux
This file is supposed to guide you step by step to have working (compiling) version of
Natron on GNU/Linux.

1. [Libraries](#libraries)
- [Qt4](#qt-486)
1. [Dependencies](#dependencies)
- [Installing the full Natron SDK](#installing-the-full-natron-sdk)
- [Environment to use the Natron SDK](#environment-to-use-the-natron-sdk)
- [Manually install dependencies](#manually-install-dependencies)
- [Qt4](#qt-487)
- [Boost](#boost)
- [Expat](#expat)
- [Cairo](#cairo)
Expand All @@ -21,6 +24,7 @@ Natron on GNU/Linux.
- [Arch Linux](#arch-linux)
- [Debian-based](#debian-based)
- [CentOS7/Fedora](#centos7)
5. [Generating Python bindings](#generating-python-bindings)


# Dependencies
Expand Down Expand Up @@ -337,7 +341,7 @@ shiboken {
}
```

## Generating Python bindings
# Generating Python bindings

This is not required as generated files are already in the repository. You would need to run it if you were to extend or modify the Python bindings via the
typesystem.xml file. See the documentation of shiboken for an explanation of the command line arguments.
Expand Down

0 comments on commit a76b117

Please sign in to comment.