summaryrefslogtreecommitdiff
path: root/tikzit/INSTALL
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-10-23 16:35:21 +0200
committerGard Spreemann <gspreemann@gmail.com>2018-10-23 16:35:21 +0200
commit30dcb0a5460c0d364907fdcc10beeb8aabc78106 (patch)
tree49feb8753359b41a83e4bbde424ab09f4799838e /tikzit/INSTALL
parentc220b6e1264822c6f8d97ab216a319261106e614 (diff)
parent43233c4f76c5a96c08dcb033372294fbafbaf663 (diff)
Merge tag 'v2.0' into debian/sid
Diffstat (limited to 'tikzit/INSTALL')
-rw-r--r--tikzit/INSTALL30
1 files changed, 0 insertions, 30 deletions
diff --git a/tikzit/INSTALL b/tikzit/INSTALL
deleted file mode 100644
index 695982d..0000000
--- a/tikzit/INSTALL
+++ /dev/null
@@ -1,30 +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
- ./autogen.sh
-
-
-