35e84d4b5c
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
20 lines
396 B
Markdown
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]]
|