X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/50a14534a51f892500ee82f867e8ab2f85b936ae..a00082359faae7cdd7616c0a1916f5d05216c514:/INSTALL diff --git a/INSTALL b/INSTALL index 3a34cefd..5e7766a7 100644 --- 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.