Skip to content

Commit

Permalink
Document OpenJPEG and libfreetype requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Nov 11, 2016
1 parent d9f6421 commit 93bebc4
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions CONTRIBUTING.md
Expand Up @@ -5,13 +5,21 @@
### Requirements

* Python 3.5+
* Windows: https://www.python.org/downloads
* Mac: `$ brew install python3`
* Linux: `python3.5` and `python3.5-dev` packages
- Windows: https://www.python.org/downloads
- macOS: `$ brew install python3`
- Linux: `python3.5` and `python3.5-dev` packages
* Make:
* Windows: http://cygwin.com/install.html
* Mac: https://developer.apple.com/xcode
* Linux: http://www.gnu.org/software/make (likely already installed)
- Windows: http://cygwin.com/install.html
- macOS: https://developer.apple.com/xcode
- Linux: http://www.gnu.org/software/make (likely already installed)
* OpenJPEG:
- Windows: ?
- macOS: `$ brew install openjpeg`
- Linux: ?
* libfreetype:
- Windows: ?
- macOS: `$ brew install freetype`
- Linux: ?

### Installation

Expand Down

0 comments on commit 93bebc4

Please sign in to comment.