makoureactor
v2.1.0

最終幻想VII現場檔案編輯(論壇)。
歡迎您為該項目做出貢獻,隨時開放問題,並在Github上進行公關。
如果您是開發人員,並且想構建此軟件,請按照以下說明進行操作。
MSVC 2019 64-bit , Qt Creator , Qt Shader Tools和Qt 5 Compatibility ModuleCMake和Ninja請注意:
默認情況下,Visual Studio將選擇X86釋放的構建配置,但是您可以選擇任何其他可用的配置文件。
CMake: [Release] (或上述配置文件之一)Build的按鈕為了繼續,請確保已安裝brew 。有關說明,請參見https://brew.sh/。
$ brew install cmake
$ brew install qt6關閉並重新打開您的終端。
請注意:如果需要,您可以選擇其他構建資料。有關更多信息,請參見https://cmake.org/cmake/help/latest/varible/cmake_build_type.html。
$ mkdir -p .dist/build .dist/install
$ cmake -S . -B .dist/build -DCMAKE_INSTALL_PREFIX=.dist/install -DCMAKE_BUILD_TYPE=Release
$ cmake --build .dist/build --config Release$ apt-get install build-essential cmake qt6-default qttools6-dev$ pacman -S --needed base-devel cmake qt6請注意:如果需要,您可以選擇其他構建資料。有關更多信息,請參見https://cmake.org/cmake/help/latest/varible/cmake_build_type.html。
$ mkdir -p .dist/build .dist/install
$ cmake -S . -B .dist/build -DCMAKE_INSTALL_PREFIX=.dist/install -DCMAKE_BUILD_TYPE=Release
$ cmake --build .dist/build --config Release$ cmake --build .dist/build --target install