djipi / Virtual-Jaguar-Rx

Virtual Jaguar, an Atari Jaguar emulator, with integrated debugger
GNU General Public License v3.0
42 stars 5 forks source link

Build fixes for GNU/Linux #39

Closed unknownlamer closed 3 years ago

unknownlamer commented 3 years ago

Just a couple of small updates to the Makefiles to:

  1. Fix parallel builds (failing due to gencpu not being run before make tries to build cpuemu.c)
  2. Deal with cases where libdwarf-dev installs headers to /usr/include/libdwarf and not /usr/include
  3. Add QtWidgets cflags and ldflags since jaguar core directly uses Qt Widgets now and headers are installed to version specific directories on GNU/Linux

If you wanted anything done differently, let me know.

djipi commented 3 years ago

Thank you for your modification, I do not see problems.