These instructions explain how to set up the tools required to build the emulator.
To install the software required:
sudo dnf install make cmake g++ git SDL2 SDL2-devel
TODO.
TODO.
TODO.
Now that you have installed all the required software you can build the emulator:
git clone https://github.com/leofracca/chip-8-emulator
cd chip-8-emulator
mkdir build
cd build
cmake ..
make