consolidate build instructins into one doc

This commit is contained in:
scawful
2024-04-13 14:12:35 -04:00
parent 7d58f553da
commit 2203e12bbf
2 changed files with 27 additions and 23 deletions

View File

@@ -1,17 +1,27 @@
# Build Instructions
For VSCode users, use the following CMake extensions with MinGW-w64
## Windows
https://marketplace.visualstudio.com/items?itemName=twxs.cmake
https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools For VSCode users, use the following CMake extensions with MinGW-w64
https://www.msys2.org/ https://marketplace.visualstudio.com/items?itemName=twxs.cmake
https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools
Add to environment variables `C:\msys64\mingw64\bin`
https://www.msys2.org/
Install the following packages using `pacman -S <package-name>`
Add to environment variables `C:\msys64\mingw64\bin`
`mingw-w64-x86_64-gcc`
`mingw-w64-x86_64-gcc-libs` Install the following packages using `pacman -S <package-name>`
`mingw-w64-x86_64-cmake`
`mingw-w64-x86_64-glew` `mingw-w64-x86_64-gcc`
`mingw-w64-x86_64-lib-png` `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

View File

@@ -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