You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,7 @@ To build this project, you need two libraries:
11
11
12
12
*[Qt 5](http://www.qt.io/download-open-source/). Note that Qt 4 will not work
13
13
*[libarchive 2 or 3](http://www.libarchive.org). The upcoming version 4 won't work currently
14
+
15
+
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.
16
+
17
+
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 commit comments