From 76d6649d66ec3566d37c2d9bed71160116a5befa Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Wed, 11 Oct 2006 23:55:03 +0000 Subject: mention new build system in ChangeLog and README.html downgrade build dependencies to automake 1.8 --- README.html | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index 3be3024eb..2fe8be3ab 100644 --- a/README.html +++ b/README.html @@ -60,9 +60,10 @@ If you still have problems compiling, you may want to try removing the gtk1 seri

Installation Procedure

  1. tar jxvf gajim-version.tar.bz2
  2. -cd gajim -make (builds all modules) -su -c make install +
  3. cd gajim
  4. +
  5. ./configure
  6. +
  7. make (builds all modules)
  8. +
  9. su -c make install

@@ -81,8 +82,22 @@ Just do gajim or you can run Gajim from your GNOME/XFCE/KDE/whatever me or if you didn't 'make install' you can also run from gajim folder with ./launch.sh +


+

Note for svn users

+You will need GNU autotools in order to install Gajim from svn. This includes: +

- +steps to compile gajim: +
+    $ sh autogen.sh
+    $ ./configure
+    $ make
+

Uninstallation Procedure

su -c make uninstall
-- cgit v1.2.3