From 47d8a68613d823bbf93fd5cf6133a5753fbaa5b3 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Thu, 4 Jan 2018 16:13:42 +0100 Subject: ... --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a237b88..e79efea 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ TODO You'll need Qt5 and poppler with Qt5 bindings. Qt5 can be installed using e.g. Homebrew, as follows: - $ brew install qt5 + $ brew install qt5 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 + $ CXXFLAGS="-std=c++11" ./configure + $ CXXFLAGS="-std=c++11" make -- cgit v1.2.3