RetroDebugger icon indicating copy to clipboard operation
RetroDebugger copied to clipboard

Compiled the source but cannot find the debugger

Open cbmeeks opened this issue 1 year ago • 2 comments

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.

cbmeeks avatar Aug 19 '24 03:08 cbmeeks

Please post the build log here

slajerek avatar Aug 20 '24 11:08 slajerek

That was a few days ago. How do I find the logs? Thanks

cbmeeks avatar Aug 21 '24 12:08 cbmeeks

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.

slajerek avatar Oct 22 '24 08:10 slajerek