Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitur Kirov <dkirov@gmail.com>2006-10-12 03:55:03 +0400
committerDimitur Kirov <dkirov@gmail.com>2006-10-12 03:55:03 +0400
commit76d6649d66ec3566d37c2d9bed71160116a5befa (patch)
tree4a7339b85aa217f2330c104845c41d5a0aff4f14 /README.html
parent5081616aca6e59621b586838d7cd8fcc00f5d5e2 (diff)
mention new build system in ChangeLog and
README.html downgrade build dependencies to automake 1.8
Diffstat (limited to 'README.html')
-rw-r--r--README.html23
1 files changed, 19 insertions, 4 deletions
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
<h2>Installation Procedure</h2>
<ol>
<li>tar jxvf gajim-version.tar.bz2</li>
-</li>cd gajim</li>
-</li>make (builds all modules)</li>
-</li>su -c make install</li>
+<li>cd gajim</li>
+<li>./configure</li>
+<li>make (builds all modules)</li>
+<li>su -c make install</li>
</ol>
<p>
@@ -81,8 +82,22 @@ Just do <em>gajim</em> 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
<em>./launch.sh</em>
+<hr>
+<h3>Note for svn users</h3>
+You will need GNU autotools in order to install Gajim from svn. This includes:
+<ul>
+<li>automake &gt;= 1.8 </li>
+<li>autoconf &gt;= 2.59 </li>
+<li>libtool</li>
+<li>intltool-0.35.0 </li>
+</ul>
</p>
-
+steps to compile gajim:
+<pre>
+ $ sh autogen.sh
+ $ ./configure
+ $ make
+</pre>
<h2>Uninstallation Procedure</h2>
<p>
su -c make uninstall<br/>