summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:00:06 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:00:06 +0000
commite1cf0babff63e670e0d550b4072c22649a117fa7 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /INSTALL
parent49393f6f445deb37e55a81798f88242e3e99d7a0 (diff)
Re-make trunk
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@364 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL32
1 files changed, 0 insertions, 32 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index a5a91d5..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,32 +0,0 @@
-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
-
-
-