Differences
This shows you the differences between two versions of the page.
|
installation:debian [2009/08/02 15:48] ajc cleaned up some of the "denglish" in this article |
installation:debian [2012/11/27 17:22] (current) dothebart [To build from source] - git version. |
||
|---|---|---|---|
| Line 65: | Line 65: | ||
| Note: don't be alarmed by circular links, they're here to enable apt find its way to the files. | Note: don't be alarmed by circular links, they're here to enable apt find its way to the files. | ||
| + | ====== To build from source [git] ====== | ||
| + | 1) Install the requirements to bootstrap and compile citadel: | ||
| + | apt-get install build-essential autoconf libtool git | ||
| + | 2) [[installation:sourcecode|obtain a git clone of the citadel repository]]. | ||
| + | |||
| + | 3) change into a component subdirectory (ala citadel/webcit/) and run | ||
| + | ./bootstrap | ||
| + | 4) after that build the package using dpkg-buildpackage as stated above. | ||