Skip to content

TurBoss/makoureactor

 
 

Repository files navigation

Makou Reactor

Build Status Linux/OSX Build status Win32 Coverity Scan Build Status

Makou Reactor

Final Fantasy VII field archive editor (Forum).

Installing

Makou Reactor can be downloaded as a simple ZIP archive, or via repositories when available:

  • Windows: Download the last release on GitHub.
  • MacOSX: Download the latest release on GitHub
  • Debian/Ubuntu: Add sithlord48's Stable Release or Daily Builds ppa to install the makoureactor package
  • ArchLinux: Use packages from the AUR.
  • Other Linux: Download the latest release on GitHub

Contributing

You are welcome to contribute on this project, feel free to open issues and PR on GitHub. Ensure that you have commited in develop branch, otherwise I will not accept your request.

Building

If you are a developer and you want to build this software, follow the instructions below.

Requirements

  • Qt 5.4+
  • GLUT
  • zlib

On Windows, you can either use mingw32 (g++) or msvc to compile.

With Qt Creator

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

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/Makou_Reactor.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/Makou_Reactor.pro
make

About

Final Fantasy VII field archive editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.4%
  • C 19.0%
  • Objective-C 0.6%
  • QMake 0.5%
  • CMake 0.3%
  • Roff 0.2%