-
Notifications
You must be signed in to change notification settings - Fork 0
Compiling
Adrian Palacios edited this page Jul 18, 2017
·
6 revisions
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.
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:
If a message similar to -bash: ./rev-erlang.sh: Permission denied
appears, use the following command to give permissions:
chmod +x rev-erlang.sh