Road to building an NES step by step
Using the typical cmake routine
export Qt5_DIR="~/Qt/5.15.2/gcc_64/lib/cmake/Qt5"
cd ${path to FoolNES}
mkdir build && cd build
cmake .. && make
Then find the binary file ToNES in folder build
ToNES ${path to .nes file}
# e.g.
ToNES examples/nes/example.nes
- PPU
- APU
- Controller