Wednesday, October 5, 2016

Compiling higan v101 under Debian Stretch


While writing Super Turrican MSU i used a modded version of higan v094 back then. byuu was not sleeping and i'm pretty sure he doesn't uses Debian as higan v101 can't be compiled out of the box.  Change the following line of GNUmakefile.

flags += -I. -I.. -O3
to
flags += -I. -I.. -O3 -I/usr/include/gtk-2.0/ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include/ -I/usr/include/pango-1.0/ -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0/

higan should now compile but still not runnable as the manifest.bml is missing.

run make install once as a normal user. your home directory is set up.

No comments:

Post a Comment