]> git.street.me.uk Git - andy/viking.git/blobdiff - INSTALL
add dec -> DMM conversion
[andy/viking.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 3a34cefd735499effb619e3f11fdc013945bec3e..6a8bfe42ffaad71014d90614b7cf698c1b3e7b1f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,15 @@
 UNIX:
+
 You must have GTK+ 2.2.0 or greater installed.
 
-cd src
+if from CVS:
+aclocal \
+&& autoheader \
+&& automake -a && automake \
+&& autoconf
+
+
+./configure
 make
 strip --strip-all viking # optional)
 cp viking /usr/local/bin # as root)