Skip to content

Compiling

Juan José González-Abril edited this page Jul 8, 2021 · 3 revisions

Dependencies

This project uses wx, the Erlang binding of wxWidgets.
Thus, you must have built Erlang/OTP with wxWidgets. This is usually done by default, unless you are running an outdated Erlang/OTP distribution (or Operative System).

Compiling

To compile the release version of the project, execute the following command:

make

This should create a file cauder.sh in the your directory.

To start the application, simply execute this script:

./cauder.sh

If everything goes well, a graphical interface will appear on your screen:

GUI screenshot

If a message similar to -bash: ./cauder.sh: Permission denied appears, use the following command to give permissions:

chmod +x cauder.sh