www.nico.schottelius.org/software/ceofhack/build.mdwn
Nico Schottelius 35e84d4b5c split and expand ceofhack web documentation
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2010-06-11 08:38:52 +02:00

20 lines
396 B
Markdown

## Requirements
ceofhack depends on a small number of other packages:
* [gpgme](http://www.gnupg.org/gpgme.html)
* make
* [latex](http://www.latex-project.org/) and [dia](http://live.gnome.org/Dia)
(for documentation)
## Building ceofhack
Simply run the following line:
cd ceofhack && make
Parallel building is also supported, like this:
cd ceofhack && make -j8
[[!tag unix]]