From b727ea087517adbd62fae7df3ca100718841adc4 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Thu, 4 Jan 2018 16:31:23 +0100 Subject: updated readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e79efea..c4ecfbc 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,16 @@ You'll need Qt5 and poppler with Qt5 bindings. Qt5 can be installed using e.g. H $ brew install qt5 +This doesn't add Qt binaries to the PATH by default, so you may wish to add this to your shell startup script: + + export PATH="/usr/local/opt/qt/bin:$PATH" + Poppler should be built from source to get the Qt5 bindings. If Qt is setup correctly, the configure script included with Poppler should enable these automatically. Also, note that clang needs to have C++11 features enabled to build successfully. TikZiT has been tested on MacOS with poppler-0.50.0 (available here), built with the following commands: $ CXXFLAGS="-std=c++11" ./configure $ CXXFLAGS="-std=c++11" make +Then, TikZiT is built just like a normal Qt project: + $ qmake + $ make -- cgit v1.2.3