Final Fantasy VII field archive editor (Forum).
You are welcome to contribute on this project, feel free to open issues and PR on GitHub.
Makou Reactor is built and supported as a 64-bit Windows application. The supported toolchain is Qt 6 with the MSVC 2022 64-bit kit.
- CMake 3.25+
- Qt 6 with the MSVC 2022 64-bit kit and Qt 5 Compatibility Module
- Visual Studio with the Desktop development with C++ workload
- vcpkg (the repository submodule or a local checkout)
- Install Qt 6 with
MSVC 2022 64-bit,Qt Creator, andQt 5 Compatibility Module. - Install CMake and Ninja from the Qt installer developer tools.
- Open the repository
CMakeLists.txtin Qt Creator and use a 64-bit MSVC kit.
- Install Qt as described above.
- Import
.vsconfigin the Visual Studio installer. - Make sure the English language pack is installed.
- Open this repository as a folder in Visual Studio 2022.
- Select one of the CMake presets and build. The presets force the
x64-windowsvcpkg target and host triplets.
- Install Qt and Visual Studio as described above.
- Install the Microsoft C/C++ and CMake Tools extensions.
- Open this repository as a folder.
- Select a CMake preset such as
Release. - Configure and build.
.github/workflows/build.yml builds the Windows x64 GUI package with MSVC, Qt 6, Ninja, CMake, and the x64-windows vcpkg triplet.
