Add troubleshoting section in the README

This commit is contained in:
pancake 2017-10-03 02:39:43 +02:00
parent 237faf8a66
commit c0079c77be

View File

@ -23,6 +23,12 @@ sys/install.sh
- Download: [Qt Open Source](https://info.qt.io/download-qt-for-application-development) - 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 - 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 ## Platforms
Cutter is developed on OS X, Linux and Windows. The first release for users will include installers for all three platforms. Cutter is developed on OS X, Linux and Windows. The first release for users will include installers for all three platforms.