From a8a8dfb90d6a51ae369c042c95162f45754c7c4b Mon Sep 17 00:00:00 2001 From: randomguy3 Date: Mon, 9 Jan 2012 11:00:50 +0000 Subject: Move tikzit into "trunk" directory git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@365 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64 --- tikzit/INSTALL | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tikzit/INSTALL (limited to 'tikzit/INSTALL') diff --git a/tikzit/INSTALL b/tikzit/INSTALL new file mode 100644 index 0000000..a5a91d5 --- /dev/null +++ b/tikzit/INSTALL @@ -0,0 +1,32 @@ +For building on systems other than MacOS/X: + +Dependencies: + GNUstep (core libraries) >= 1.18.0 + gtk+-2.0 >= 2.18.0 + poppler (including glib bindings, which may be in + a separate poppler-glib package) + Objective C compiler (eg: gcc with ObjC support) with + support for properties, optional protocols and + fast enumeration (eg: gcc 4.6 or clang). + +To install, just run: + + ./configure + make + make install + + + +To build from subversion (and for development) you will additionally need: + lex (eg: flex) + yacc (eg: bison) + autoconf >= 2.60 + automake + +and you will need to prepare the source tree by running + aclocal + autoconf + automake --add-missing + + + -- cgit v1.2.3