summaryrefslogtreecommitdiff
path: root/Building.mdwn
blob: 61b7417aa8d56cfdc292d065ed8d1cb1a3b7f081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Start by [[GettingTheCode|GettingTheCode]]. 


# Dependencies

* a C++ compiler with the standard library 
* boost 
* libjpeg 
There build system is based on Automake. 


# Using automake:

` $ ./autogen.sh ; make `