Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.12 KB

File metadata and controls

50 lines (29 loc) · 1.12 KB

Hyne

Build Status

Hyne is a complete savegame editor for Final Fantasy VIII.

How to compile

Pease refer to the Qt documentation for more information about how to compile a Qt project.

Dependencies

Hyne needs Qt4.7 at least to be compiled. If your version is lower than Qt5, you may need the GZIP library (zlib package).

zlib on Windows

Execute the following commands to fill the zlib directory:

git submodule update --init

About taskbar button feature (Windows 7+)

This feature is only available with Qt5.2.

Compile with Qt Creator

Just open Hyne.pro with Qt Creator, that's easy to edit and compile the project with it!

Compile manually

In the project directory:

qmake
make

If you are on Windows, you can compile with mingw32:

qmake
mingw32-make

How to contribute

Pull requests are welcome on GitHub. Ensure that you have commited in develop branch, otherwise I will not accept your request.