diff --git a/docs/windows-build.md b/docs/build-instructions.md similarity index 72% rename from docs/windows-build.md rename to docs/build-instructions.md index 8688b3f9..d562c2fc 100644 --- a/docs/windows-build.md +++ b/docs/build-instructions.md @@ -1,17 +1,27 @@ - -For VSCode users, use the following CMake extensions with MinGW-w64 - -https://marketplace.visualstudio.com/items?itemName=twxs.cmake -https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools - -https://www.msys2.org/ - -Add to environment variables `C:\msys64\mingw64\bin` - -Install the following packages using `pacman -S ` - -`mingw-w64-x86_64-gcc` -`mingw-w64-x86_64-gcc-libs` -`mingw-w64-x86_64-cmake` -`mingw-w64-x86_64-glew` -`mingw-w64-x86_64-lib-png` \ No newline at end of file +# Build Instructions + +## Windows + +For VSCode users, use the following CMake extensions with MinGW-w64 + +https://marketplace.visualstudio.com/items?itemName=twxs.cmake +https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools + +https://www.msys2.org/ + +Add to environment variables `C:\msys64\mingw64\bin` + +Install the following packages using `pacman -S ` + +`mingw-w64-x86_64-gcc` +`mingw-w64-x86_64-gcc-libs` +`mingw-w64-x86_64-cmake` +`mingw-w64-x86_64-glew` +`mingw-w64-x86_64-lib-png` + +# macOS + +- Clang 15.0.1 x86_64-apple-darrwin22.5.0 +- SDL2 Source v2.26.5 +- Removed snes_spc +- Removed asar_static \ No newline at end of file diff --git a/docs/macos-build.md b/docs/macos-build.md deleted file mode 100644 index 7cce401b..00000000 --- a/docs/macos-build.md +++ /dev/null @@ -1,6 +0,0 @@ -# macOS Build Settings - -- Clang 15.0.1 x86_64-apple-darrwin22.5.0 -- SDL2 Source v2.26.5 -- Removed snes_spc -- Removed asar_static \ No newline at end of file