Giter VIP home page Giter VIP logo

cen64-qt's Introduction

CEN64-Qt Build Status

A customizable cross-platform frontend for CEN64.

CEN64-Qt Grid View

Getting CEN64-Qt

Release Builds

Release builds can be found on the releases page.

Note these are currently only alpha releases versioned with the date. I don't plan to adopt a version scheme until CEN64 is more stable.

Development Builds

Automatic builds of the latest git commit can be downloaded here:
Linux: cen64-qt_linux_git-latest.tar.gz
Windows: cen64-qt_win_git-latest.zip
OSX: cen64-qt_osx_git-latest.dmg

Be aware that these may contain bugs not present in the release builds.

Building (Linux)

First, obtain the source code for CEN64-Qt. You can either clone the repository with git or download an archive of the source code for a specific release from the releases page.

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

If qmake returns "qmake: could not find a Qt installation of ''", you can try running QT_SELECT=qt5 qmake or /usr/lib/x86_64-linux-gnu/qt5/bin/qmake. Some distributions also contain a qmake-qt5 symlink.

Compiling QuaZIP statically

You also have the option to compile QuaZIP statically. Download the QuaZIP sources from Sourceforge. Place the contents of quazip-<version>/quazip/ in quazip5/ within the project directory. Then run:

$ qmake CONFIG+=linux_quazip_static
$ make

You will see warnings after the qmake step if the QuaZIP sources are in the wrong place.

cen64-qt's People

Contributors

dh4 avatar genisysram avatar pinotree avatar totalcaesar659 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.