www.nico.schottelius.org/software/ceofhack/build.mdwn

21 lines
396 B
Text
Raw Normal View History

## 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]]