This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

1. Building and Installing Banter

1.1. Required Packages

You'll need a bunch of *-devel packages installed (gtk2-devel, gnome-common, intltool, etc.). You'll also need the following (versions known to work in openSUSE 10.3 are noted in parenthesis):

See a dependency map

If you're running openSUSE 10.3 (Factory), we maintain an install repository for the needed versions of these packages here: http://software.opensuse.org/download/telepathy/openSUSE_Factory

1.2. Getting the Source Code

Banter's source code is stored in GNOME SVN. To get a working copy of the latest available source code, type:

 svn co http://svn.gnome.org/svn/banter/trunk banter

If you're a Banter AUTHOR, use the following to checkout the code:

 svn co svn+ssh://svn.gnome.org/svn/banter/trunk banter

Browse the code online using http://svn.gnome.org/viewcvs/banter/.

1.3. Compiling

Then, you'll run the following in the banter/ directory:

./autogen.sh --prefix=/home/user/stage/banter  (or ./configure if you're using the tarball)
make
make install
/home/user/stage/banter/bin/banter

Alternatively, you can omit the make install step and run Banter directly in the banter/ directory:

make run

1.4. Current Bug List

Banter Bugzilla List

1.5. Submitting Patches

Before submitting patches, please read the following:

  1. Banter/CodingGuidelines

  2. Banter/HowToSubmitPatches


2024-10-23 10:58