CEN64-Qt (Source)

CEN64-Qt (Source)
CEN64-Qt (Source)
File Size:
461.26 kB
Version:
20211016
Author:
Date:
16 October 2021
Downloads:
96 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