]> git.street.me.uk Git - andy/viking.git/blobdiff - README
Documenting previous patch
[andy/viking.git] / README
diff --git a/README b/README
index 748a5266be4aa5a274cecaa01f404f66289af1e4..5011982159f0e292ebb781e112ffcd493fc8b1fa 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,18 @@
 To compile:
 
-make
+If you downloaded viking from CVS, you have to:
+$ autogen.sh
 
-Or if you're using GTK 2.2:
+Next, or if you downloaded a tarball, you have to:
+$ ./configure
+$ make
 
-make -f Makefile_GTK_2_2
+Check output of "./configure --help" for configuration options.
+In particular, it is possible to disable some features, like --disable-google in order to disable any Google stuff.
+
+If you whish to install viking, you have to (as root):
+# make install
 
-... and ignore the GtkColorButton warnings etc.
 
 Viking needs documentation! Any volunteers?
 After I get some core features down I'll start on documentation. I promise.