]> git.street.me.uk Git - andy/viking.git/blobdiff - INSTALL
Comment typo
[andy/viking.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 4c203aa6df2987cfe56d260574dda38f3e298c8d..5e7766a76804c212e161e1f4fded908a4b43e5e8 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,18 +2,15 @@ UNIX:
 
 You must have GTK+ 2.2.0 or greater installed.
 
-if from CVS:
-aclocal \
-&& autoheader \
-&& automake -a && automake \
-&& autoconf
+if from SVN (not from prepackaged tarball):
+./autogen.sh
 
 
 ./configure
 make
-strip --strip-all viking # optional)
-cp viking /usr/local/bin # as root)
-cp ../viking-remote /usr/local/bin # optional)
+make install # as root
+
+Run "./configure --help" for some configuration options.
 
 Try the "example.vik" file to get started.