aboutsummaryrefslogtreecommitdiffstats
path: root/doc/install.txt
blob: b1d153e68d6478ed0798d86868ff62bdb29752fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
*************
Installing BE
*************

Bazaar repository
=================

BE is available as a bzr repository::

    $ bzr branch http://bzr.bugseverywhere.org/be

See the homepage_ for details.  If you do branch the bzr repo, you'll
need to run::

    $ make

to build some auto-generated files (e.g. ``libbe/_version.py``), and::

    $ make install

to install BE.  By default BE will install into your home directory,
but you can tweak the ``PREFIX`` variable in ``Makefile`` to install
to another location.

.. _homepage: http://bugseverywhere.org/


Release tarballs
================

For those not interested in the cutting edge, or those who don't want
to worry about installing Bazaar, we'll post release tarballs somewhere
(once we actually make a release).  After you've downloaded the release
tarball, unpack it with::

    $ tar -xzvf be-<VERSION>.tar.gz

And install it with:::

    $ cd be-<VERSION>
    $ make install


Distribution packages
=====================

Some distributions (Debian_ , Ubuntu_ , others?) package BE.  If
you're running one of those distributions, you can install the package
with your regular package manager.  For Debian, Ubuntu, and related
distros, that's::

    $ apt-get install bugs-everywhere

.. _Debian: http://packages.debian.org/sid/bugs-everywhere
.. _Ubuntu: http://packages.ubuntu.com/lucid/bugs-everywhere