CEN64-Qt (Source)
CEN64-Qt (Source)
CEN64-Qt (Source)
File Size:
1.24 MB
Version:
20241110
Date:
10 November 2024
Downloads:
107 x
CEN64-Qt is a simple frontend using QT. It allows one to select rom, set rompath, and convert to Z64 format if need be.
Notes
You'll need to make sure you have qmake, g++, the Qt development libraries and the QuaZIP development files installed. On Debian/Ubuntu, this can be accomplished by:
# apt-get install qt5-qmake g++ qtbase5-dev libquazip-qt5-dev libqt5sql5-sqlite
Once the needed packages are installed, create the Makefile with qmake and then build with make. Run the following commands from the directory that contains cen64-qt.pro:
$ qmake $ make
Powered by Phoca Download