-
Notifications
You must be signed in to change notification settings - Fork 2
Description
It looks like this has not been updated since 2016, so I understand if this is no longer being supported at all. But in that case it should probably be marked as archived on GitHub. If anyone is still interested in it, I would appreciate some basic building instructions.
I have been trying to get this to build on my Arch Linux system, to no success. Iʼm not even certain I got coremake building right, though I think I eventually did. But when I run coremake -f DvdMenuXtractor.proj gcc_linux_x64 to get a makefile, and then make, I get various build errors, first with dlfcn.h not being included, then with attempting to include QString which is on my system. I have to assume thereʼs a configure step missing to add relevant header files and search paths, but I donʼt know enough about coremake to know what it is.