Skip to content

Commit

Permalink
Added info on downloading dependencies to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LRFLEW committed Jan 25, 2016
1 parent 2a524ec commit 0acdbbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ To build this project, you need two libraries:

* [Qt 5](http://www.qt.io/download-open-source/). Note that Qt 4 will not work
* [libarchive 2 or 3](http://www.libarchive.org). The upcoming version 4 won't work currently

For OS X, it is recommended that you install both dependencies with brew using `brew install qt5 libarchive`, but leave both of them keg-only. It's recommended that you download and use [Qt Creator](http://www.qt.io/download-open-source/#section-6) as your IDE.

For Linux, search your distro's package manager for libarchive and Qt5. If you're using Ubuntu, follow [these instructions](https://wiki.qt.io/Install_Qt_5_on_Ubuntu) for getting Qt5 installed.

0 comments on commit 0acdbbb

Please sign in to comment.