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
path: root/README
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2005-06-25 18:24:29 +0400
committerNikos Kouremenos <kourem@gmail.com>2005-06-25 18:24:29 +0400
commitf681c1f941ced76d51b7f26ecda4fec97a5a91f9 (patch)
treee28018132fd3b596602c6a66382b3643991cd2e8 /README
parent7332fe3cdf91451ac25eb1d48f968542b688c39b (diff)
README (again) now achieved perfection :P
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 12 insertions, 9 deletions
diff --git a/README b/README
index 8ee4f0c72..5dcc00f1c 100644
--- a/README
+++ b/README
@@ -8,24 +8,27 @@ python-libglade
=COMPILE-TIME REQUIREMENTS=
python-dev
python-gtk2-dev
-libgtk2.0-dev (aka gtk2-devel)
-libxss-dev (for idle detection module) [Debian splits xscreensaver hopefully your distribution does not]
-libgtkspell-dev (for gtkspell module)
+libgtk2.0-dev # aka. gtk2-devel
+libxss-dev # for idle detection module (Some distributions split xscreensaver)
+libgtkspell-dev # for gtkspell module
Optionally:
-gtkspell and aspell-LANG (where lang is your locale eg. en, fr etc)
-dnspython (for SRV support; if you don't know what that is, you don't need it)
-GnomePythonExtras 2.10 or above (so you can avoid compiling trayicon and gtkspell)
+gtkspell and aspell-LANG where lang is your locale eg. en, fr etc
+dnspython for SRV support; if you don't know what that is, you don't need it)
+GnomePythonExtras 2.10 or above so you can avoid compiling trayicon and gtkspell
possible package name for your distribution: python-gnome2-extras
=INSTALLATION PROCEDURE=
tar jxvf gajim-version.tar.bz2
cd gajim
-make
+make # builds all modules
su -c make install
-For more options where to install do
+To specify what modules to build do:
+make help
+
+To specify where to install do:
su -c make DESTDIR=custom_path install
=RUNNING GAJIM=
@@ -52,7 +55,7 @@ everytime you want to have verbose output.
FAQ can be found in http://trac.gajim.org/wiki/GajimFaq
-That is all, Enjoy!
+That is all, enjoy!
(C) 2003-2005
The Gajim Team