X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/2cf70835a71bb544032fa415257d57ed0ae9788a..7363caa739bd64724ec6b12208d4f30f06258845:/INSTALL diff --git a/INSTALL b/INSTALL index 6a8bfe42..5e7766a7 100644 --- a/INSTALL +++ b/INSTALL @@ -2,26 +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 -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 +Run "./configure --help" for some configuration options. Try the "example.vik" file to get started.