Skip to content
Snippets Groups Projects
Commit 28aee136 authored by dkirov's avatar dkirov
Browse files

add more descriptive note for svn users about

the new setup requirements
parent 3535249b
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,27 @@ try:
import defs
except ImportError:
print >> sys.stderr, '''defs.py is missing!
If you start gajim from svn, do:
$ sh autogen.sh'''
If you start gajim from svn:
* Make sure you have GNU autotools installed.
This includes the following packages:
aclocal-1.9
automake-1.9
autoconf >= 2.59
intltool-0.35
libtool
* Run
$ sh autogen.sh
* Optionally, install gajim
$ make
$ sudo make install
**** Note for translators ****
You can get the latest string updates, by running:
$ cd po/
$ make update-po
'''
sys.exit(1)
interface = None # The actual interface (the gtk one for the moment)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment