From 80f6d69817d6d0d022801d1b3d6fed803eb5301a Mon Sep 17 00:00:00 2001 From: guyou Date: Sun, 24 Jun 2007 20:53:36 +0000 Subject: [PATCH] Refreshing INSTALL git-svn-id: https://viking.svn.sourceforge.net/svnroot/viking/trunk@316 02d69b8e-d120-0410-893f-fe71a3b6e39e --- ChangeLog | 1 + INSTALL | 13 +++++-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd04634..8c71871 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Guilhem Bonnefille : * Merging with Ralf's work around debianization * Adding debian subdirectory to automaked tarball + * INSTALL: refreshed 2007-06-23 Guilhem Bonnefille : diff --git a/INSTALL b/INSTALL index 4c203aa..5e7766a 100644 --- 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. -- 2.11.4.GIT