~ubuntu-branches/ubuntu/saucy/blam/saucy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installing Blam is done the same way as other applications on Linux:

First you should make sure that you have all the requirements, see README
for a list.

Second you need to configure the package:

./configure --prefix=/usr/local
(or where you prefer to install the application). 

After that you build the package:
make

And finally you install the package:

make install

(you might need root privilages to for the make install step depending on
 what prefix you used).

This should install Blam in the prefix you selected. After that you
can run /usr/local/bin/blam and it should work.