From 0acdbbb99f79125356ec64099810a388f76f67e0 Mon Sep 17 00:00:00 2001 From: LRFLEW Date: Mon, 25 Jan 2016 13:39:01 -0700 Subject: [PATCH] Added info on downloading dependencies to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0f09dc7..36800fb 100644 --- a/README.md +++ b/README.md @@ -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.