File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.30 ...4.1 )
1+ cmake_minimum_required (VERSION 3.25 ...4.1 )
22
33if (NOT CMAKE_BUILD_TYPE )
44 set (CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING
Original file line number Diff line number Diff line change 77
88A reverse-engineered, native reimplementation of Metroid Prime.
99
10- This project is currently in ** alpha** state.
10+ This project is currently in ** alpha** state.
1111Builds are currently unavailable while the project undergoes large changes.
1212
13- Separately, a [ matching decompilation] ( https://github.com/PrimeDecomp/prime ) of Metroid Prime is currently underway. Contributions are welcome.
13+ Separately, a [ matching decompilation] ( https://github.com/PrimeDecomp/prime ) of Metroid Prime is currently underway. Contributions are welcome.
1414Progress on the decompilation benefits Metaforce with bug fixes and new implementations.
1515
1616![ Metaforce screenshot] ( assets/metaforce-screen1.png )
@@ -29,7 +29,7 @@ Windows:
2929macOS:
3030- Open ` Metaforce.app `
3131
32- Linux:
32+ Linux:
3333- Ensure AppImage is marked as executable: ` chmod +x Metaforce-*.AppImage `
3434- Open ` Metaforce-*.AppImage `
3535
4040* ` +developer=1 ` : Enable developer UI
4141
4242### Build Prerequisites:
43- * [ CMake 3.30 +] ( https://cmake.org )
43+ * [ CMake 3.25 +] ( https://cmake.org )
4444 * Windows: Install ` CMake Tools ` in Visual Studio
4545 * macOS: ` brew install cmake `
4646* [ Python 3+] ( https://python.org )
You can’t perform that action at this time.
0 commit comments