]> git.street.me.uk Git - andy/viking.git/blobdiff - INSTALL
strtod -> g_strtod
[andy/viking.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 3a34cefd735499effb619e3f11fdc013945bec3e..5e7766a76804c212e161e1f4fded908a4b43e5e8 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,19 +1,16 @@
 UNIX:
+
 You must have GTK+ 2.2.0 or greater installed.
 
-cd src
-make
-strip --strip-all viking # optional)
-cp viking /usr/local/bin # as root)
-cp ../viking-remote /usr/local/bin # optional)
+if from SVN (not from prepackaged tarball):
+./autogen.sh
 
-Or, if you are using GTK 2.2 (as opposed to 2.4 or greater):
 
-cd src
-make -f Makefile_GTK_2_2
-strip --strip-all viking
-cp viking /usr/local/bin
-cp ../viking-remote /usr/local/bin
+./configure
+make
+make install # as root
+
+Run "./configure --help" for some configuration options.
 
 Try the "example.vik" file to get started.