Installation


There are two kinds of Frodo distributions. Source distributions contain source code that has to be compiled on your system. Binary distributions (or packages) contain an executable that can be started directly.

Compiling on Unix-like systems

Prerequisites:

Frodo can be compiled and installed in the usual way:

$ ./autogen.sh
$ make
$ sudo make install