
Final Fantasy VII Field Archive Editor (ฟอรัม)
คุณสามารถมีส่วนร่วมในโครงการนี้อย่าลังเลที่จะเปิดปัญหาและประชาสัมพันธ์ของ GitHub
หากคุณเป็นนักพัฒนาและคุณต้องการสร้างซอฟต์แวร์นี้ให้ทำตามคำแนะนำด้านล่าง
MSVC 2019 64-bit , Qt Creator , Qt Shader Tools และ Qt 5 Compatibility ModuleCMake และ Ninjaโปรดทราบ:
โดยค่าเริ่มต้น Visual Studio จะเลือกการกำหนดค่าการสร้าง X86-release แต่คุณสามารถเลือกโปรไฟล์อื่น ๆ ที่มีอยู่
CMake: [Release] (หรือหนึ่งในโปรไฟล์ดังกล่าว)Build เพื่อดำเนินการต่อโปรดตรวจสอบให้แน่ใจว่าคุณติดตั้ง brew แล้ว ดู https://brew.sh/ สำหรับคำแนะนำ
$ brew install cmake
$ brew install qt6ปิดและเปิดเทอร์มินัลของคุณอีกครั้ง
โปรดทราบ : คุณสามารถเลือกโปรไฟล์การสร้างอื่น ๆ ได้หากคุณต้องการ ดู https://cmake.org/cmake/help/latest/variable/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/variable/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