summaryrefslogtreecommitdiff
path: root/tikzit/README
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-01-04 16:00:52 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-01-04 16:00:52 +0100
commit738ecbd5fad2b46836bfd6a94aeebf165ae2bbca (patch)
treedf04709807cc9ec8481a3ebc7d80ac25e5b2f457 /tikzit/README
parent0421a96749743868554d44585050b1b3d04864d2 (diff)
relocated source code to the root
Diffstat (limited to 'tikzit/README')
-rw-r--r--tikzit/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/tikzit/README b/tikzit/README
deleted file mode 100644
index ecd6713..0000000
--- a/tikzit/README
+++ /dev/null
@@ -1,12 +0,0 @@
-Building on OSX:
-
-You'll need QT5 and poppler with QT5 bindings. QT5 can be installed with Homebrew:
-
-$ brew install qt5
-
-whereas poppler should be built from source to get the QT5 bindings. To compile, clang needs to have C++11 features enabled. I built using:
-
-$ CXXFLAGS="-std=c++11" ./configure
-$ CXXFLAGS="-std=c++11" make
-
-