Skip to content

myst6re/deling

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0b54a9 · May 26, 2022
Mar 18, 2016
Jan 4, 2020
May 26, 2022
Mar 3, 2017
May 26, 2022
Jul 19, 2014
Mar 18, 2016
Sep 8, 2019
May 26, 2022
Jul 19, 2014
Feb 25, 2015
Sep 7, 2019
Sep 8, 2019
Jul 14, 2014
Jul 14, 2014
Jul 14, 2014
Jul 14, 2014
Jul 14, 2014
Sep 7, 2019
Sep 7, 2019
Jan 4, 2020
Mar 18, 2016
Jan 12, 2020
Jan 12, 2020
Jul 19, 2014
Apr 25, 2020
Apr 25, 2020
Mar 17, 2016
Mar 17, 2016
Mar 19, 2016
Mar 18, 2016
Jan 4, 2020
Jan 4, 2020
Sep 4, 2021
May 26, 2022
Jul 31, 2012
Apr 29, 2012
Jan 4, 2020
Jan 4, 2020
May 26, 2022
May 26, 2022
Feb 9, 2020
Feb 9, 2020
Apr 11, 2021
Apr 25, 2020
Mar 17, 2016
Mar 17, 2016
Sep 7, 2019
Sep 7, 2019
Apr 10, 2021
Apr 10, 2021
Sep 8, 2019
Sep 8, 2019
Feb 9, 2020
Mar 17, 2016
Feb 9, 2020
Sep 8, 2019
Feb 9, 2020
Mar 17, 2016
Mar 17, 2016
Mar 17, 2016
May 26, 2022
May 26, 2022
Apr 25, 2020
Apr 25, 2020
Apr 25, 2020
Apr 25, 2020
Sep 7, 2019
Mar 18, 2016
Mar 18, 2016
Mar 17, 2016
Mar 17, 2016
Mar 18, 2016
Sep 8, 2019
Mar 17, 2016
Feb 3, 2020
Feb 3, 2020
Jan 4, 2020
Sep 7, 2019
Jan 4, 2020
Sep 7, 2019
Jan 4, 2020
Feb 3, 2020
Mar 21, 2020
Jan 4, 2020
Apr 11, 2021
Apr 11, 2021
Apr 6, 2021
Mar 18, 2016
May 26, 2022
Apr 10, 2021
Apr 6, 2021
Mar 17, 2016
Mar 17, 2016
Mar 18, 2016
Apr 2, 2016
Mar 18, 2016
Sep 9, 2019
Sep 7, 2019
May 26, 2022
May 26, 2022
Jan 4, 2020
Jan 4, 2020
Mar 17, 2016
Jul 14, 2014
Jan 4, 2020
Jan 4, 2020
Mar 18, 2016
Mar 18, 2016
Sep 7, 2019
Jan 4, 2020
Jan 4, 2020
Apr 11, 2021
Apr 10, 2021
Sep 4, 2021
Apr 10, 2021
Mar 17, 2016
Mar 18, 2016
Mar 17, 2016
Mar 18, 2016
Sep 7, 2019
Sep 7, 2019
Apr 6, 2021
Mar 17, 2016
Mar 17, 2016
Mar 18, 2016
Sep 7, 2019
Sep 7, 2019
Sep 5, 2021
Sep 4, 2021
Sep 4, 2021
Sep 4, 2021
Sep 4, 2021
Apr 10, 2021
May 26, 2022
Sep 4, 2021

Repository files navigation

Deling

Build Status Linux/OSX Build status Win32

Deling

Final Fantasy VIII field archive editor.

Building

Requirements

  • Qt 4.8 or Qt 5
  • GLUT
  • zlib
  • lz4

On Windows, you can either use mingw32 (g++) or msvc to compile. You need liblz4.dll to run Deling on Windows.

With Qt Creator

Open Deling.pro with Qt Creator IDE. Please refer to the official documentation of Qt Creator if you have troubles to compile and run Deling.

Command line

Windows

Use the command prompt given in your Qt installation to set your environment (%QTDIR%/bin/qtvars.bat for Qt 4 and %QTDIR%/%compiler%/bin/qtenv2.bat for Qt 5). If you want to compile with msvc, run vcvarsall.bat from your Microsoft Visual Studio installation (eg: C:\Program Files\Microsoft Visual Studio 11.0\VC\vcvarsall.bat.

Then run:

mkdir build
cd build
qmake /path/to/Deling.pro
# For mingw32
mingw32-make
# For msvc
jom

Linux

Set your environment:

  • [Qt 4 only] QTDIR must contains the directory of your Qt installation
  • PATH should contains the path to the bin directory of your Qt installation ($QTDIR/bin)
  • [Qt 4 only] Your compiler should be in the PATH

Then run:

mkdir build
cd build
qmake /path/to/Deling.pro
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.