RetroDebugger
RetroDebugger copied to clipboard
Compiled the source but cannot find the debugger
I compiled and built the source in Linux. However, I cannot seem to find an actual executable. There doesn't seem to be any documentation (or maybe I missed it) but what am I doing wrong?
Thanks.
Please post the build log here
That was a few days ago. How do I find the logs? Thanks
This project uses regular CMake build setup, have you checked
mdkir build
cd build
cmake ..
make
then the retrodebugger binary should be in the build folder.