summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-01-04 16:13:42 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-01-04 16:13:42 +0100
commit47d8a68613d823bbf93fd5cf6133a5753fbaa5b3 (patch)
tree38be038ad13e2f19718b5fc3156eb873a527417b
parent1382f4fc322aeda453fd4ae4f5eceeeb47fcddfb (diff)
...
-rw-r--r--README.md6
1 files 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 <a href="https://poppler.freedesktop.org/releases.html">here</a>), 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