Skip to content

Compiling

Adrian Palacios edited this page Jul 18, 2017 · 6 revisions

Dependencies

This project uses wx, the Erlang binding of wxWidgets.
Therefore, you might have to build Erlang/OTP with wxWidgets if you did not in the past, but we recommend you to try to compile and execute the application first.

Compiling

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

make

This should create a file rev-erlang.sh in the your directory.

To start the application, simply execute this script:

./rev-erlang.sh

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

GUI screenshot

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

chmod +x rev-erlang.sh
Clone this wiki locally