summaryrefslogtreecommitdiff
path: root/tikzit/README
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2017-01-11 16:33:00 +0100
committerAleks Kissinger <aleks0@gmail.com>2017-01-11 16:33:00 +0100
commit1802977b95d29198f27535b1b731d1180c083667 (patch)
tree032c4beb7411d88d76794a25f0e3b00a3437da3e /tikzit/README
parentff79a9c213dfd75ea00ed5112d3a6e314601e064 (diff)
made new subdir
Diffstat (limited to 'tikzit/README')
-rw-r--r--tikzit/README13
1 files changed, 9 insertions, 4 deletions
diff --git a/tikzit/README b/tikzit/README
index 9b83327..ecd6713 100644
--- a/tikzit/README
+++ b/tikzit/README
@@ -1,7 +1,12 @@
-TikZit is a cross-platform application that allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library. It is especially geared toward rapidly creating "dot"-diagrams for use in academic papers.
+Building on OSX:
-For more info, see http://tikzit.sf.net
+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
-On OS/X, the Cocoa framework is used.
-On other platforms, GTK+ and GNUstep are used. \ No newline at end of file