Requirements

1) Install pre-requisites

As root using your distribution Package Manager or command-line tools, install the packages for Qt5 development.

    pkg install qt5

2) Download and uncompress source code

    tar xfz rpcemu-<version>.tar.gz

3) Prepare and compile

Change to the directory containing the build scripts:

    cd rpcemu-<version>/src/qt5

Then prepare the Makefile and compile:

    qtchooser -run-tool=qmake -qt=qt5
    make

4) Launch

Change to the top-level directory:

    cd ../..

To launch the Interpreter version:

    ./rpcemu-interpreter