From c0079c77be6c6c58e1634386672e15542c20bec8 Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 3 Oct 2017 02:39:43 +0200 Subject: [PATCH] Add troubleshoting section in the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 09a8a4ca..e88c6843 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ sys/install.sh - Download: [Qt Open Source](https://info.qt.io/download-qt-for-application-development) - Add Qt 5.9.1: http://doc.qt.io/qtcreator/creator-project-qmake.html +## Troubleshoting + +On Mac, QT5 apps fail to build on QtCreator if you have the libjpeg lib installed with brew. Run this command to workaround the issue: + + sudo mv /usr/local/lib/libjpeg.dylib /usr/local/lib/libjpeg.dylib.not-found + ## Platforms Cutter is developed on OS X, Linux and Windows. The first release for users will include installers for all three platforms.