Skip to content

Compiling for Linux

Melkogotto edited this page May 10, 2012 · 3 revisions

Requirements

For compiling you need:

  • gcc
  • make
  • libexpat-dev
  • libncurses-dev (or pdcurses)

In Debian GNU/Linux you can install libexpat-dev and libncurses-dev by command: # aptitude install libexpat-dev libncurses5-dev

Compilation

Compilation if very simple: $ make

Clone this wiki locally