From 1802977b95d29198f27535b1b731d1180c083667 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Wed, 11 Jan 2017 16:33:00 +0100 Subject: made new subdir --- tikzit/README | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'tikzit/README') 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 -- cgit v1.2.3