Open 12sunflowers opened 3 months ago
You need the development files, not the executable. What you should be trying to check whether you have it is pkg-config --modversion minizip
instead of minizip
. If you're on an RPM-based distro, try sudo dnf install 'pkgconfig(minizip)'
to install the development files (I'm not sure about other distros but it's probably similar). For me:
$ pkg-config --modversion minizip
1.2.13
$ minizip
minizip: command not found
I've always thought it was silly that the executables, runtime libraries, and development files are in separate packages, but I suppose there's a reason for it (the majority of distros do it, after all; I think some like ArchLinux and Gentoo don't, but again, don't quote me on that).
@keithbowes Thanks after installing libminizip-dev and qt6-base-dev build ok but now error at launch
configured with qt6
freeartist-devuan@home:~/Downloads/NES/fceux-2.6.6$ fceux
timeStampModuleInit
Starting FCEUX 2.6.6-interim git...
NTSC mode set
NTSC mode set
Running on Platform: xcb
Emulator Start
GL Version: 4.5 (Compatibility Profile) Mesa 22.3.6
Segmentation fault
freeartist-devuan@home:~/Downloads/NES/fceux-2.6.6$
same with qt5
freeartist-devuan@home:~/Downloads/NES/fceux-2.6.6$ fceux
timeStampModuleInit
Starting FCEUX 2.6.6-interim git...
NTSC mode set
NTSC mode set
Running on Platform: xcb
Emulator Start
GL Version: 4.5 (Compatibility Profile) Mesa 22.3.6
Segmentation fault
freeartist-devuan@home:~/Downloads/NES/fceux-2.6.6$
Devuan Daedalus