README 619 B

12345678910111213141516171819202122232425262728
  1. ----------------
  2. openMSX debugger
  3. ----------------
  4. The openMSX debugger is a separate program that interfaces with
  5. openMSX and controls its debugger from within a graphical user
  6. interface.
  7. * Requirements
  8. The debugger requires the Qt5 GUI library to be installed.
  9. If you are installing from binary packages, make sure you install the
  10. development package (name ending with "-dev" or "-devel") as well.
  11. For Mac OS X use "brew install qt5" to install the library.
  12. A (reasonably) new version of openMSX.
  13. * Building
  14. Build with:
  15. make
  16. * Installing
  17. Install derived/bin/openmsx-debugger manually in any place you want.