summaryrefslogtreecommitdiff
path: root/README.developers
blob: eb314949b6a811c0066aa63798377bc9a96c2f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Code repository:
----------------

Code is currently maintained on launchpad, using the bzr SCM.
https://launchpad.net/rt-app

To download code you need bzr-2.0 or greater, then run:
$ bzr branch lp:rt-app

Once branched, you need to reconfigure the build system by issuing:
$ autoreconf --install 

You need autoconf, automake and libtool.

Then use instructions in INSTALL to compile the program.