summaryrefslogtreecommitdiff
path: root/tikzit-1/INSTALL
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-1/INSTALL
parentff79a9c213dfd75ea00ed5112d3a6e314601e064 (diff)
made new subdir
Diffstat (limited to 'tikzit-1/INSTALL')
-rw-r--r--tikzit-1/INSTALL34
1 files changed, 34 insertions, 0 deletions
diff --git a/tikzit-1/INSTALL b/tikzit-1/INSTALL
new file mode 100644
index 0000000..b938f14
--- /dev/null
+++ b/tikzit-1/INSTALL
@@ -0,0 +1,34 @@
+For building on systems other than MacOS/X:
+
+Dependencies:
+ GNUstep (core libraries) >= 1.18.0
+ gtk+-2.0 >= 2.18.0
+ gdk-pixbuf >= 2.16.0
+ poppler >= 0.10
+ 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).
+ pkg-config
+ build-time dependency only
+
+To install, just run:
+
+ ./configure
+ make
+ make install
+
+
+
+To build from subversion (and for development) you will additionally need:
+ flex >= 2.5.34
+ bison >= 2.3
+ autoconf >= 2.60
+ automake >= 1.10
+
+and you will need to prepare the source tree by running
+ ./autogen.sh
+
+
+