Update Readme

This commit is contained in:
Joseph Aquino 2026-04-14 22:42:28 +00:00
parent e983dbe43a
commit f17bacf937
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
* Make or Ninja build system * Make or Ninja build system
## Steps for Windows ## Steps for Windows
1. clone the repo and submodules <br>```git clone --recurse-submodules https://git.josephaquino.net/joseph-aquino/breakout.git``` 1. clone the repo and submodules <br>```git clone --recurse-submodules https://git.josephaquino.net/joseph-aquino/snake.git```
2. run the `Create-Solution.bat` file located in the `scripts` directory 2. run the `Create-Solution.bat` file located in the `scripts` directory
3. open the Visual Studio solution file in the newly created `build` directory that is in the root of the project 3. open the Visual Studio solution file in the newly created `build` directory that is in the root of the project
4. use Visual Studio to build the project 4. use Visual Studio to build the project
5. the final executible will be in the `bin` directory 5. the final executible will be in the `bin` directory
## Steps for Linux ## Steps for Linux
1. clone the repo and submodules <br>```git clone --recurse-submodules https://git.josephaquino.net/joseph-aquino/breakout.git``` 1. clone the repo and submodules <br>```git clone --recurse-submodules https://git.josephaquino.net/joseph-aquino/snake.git```
2. choose one of the build scripts from the `build` directory. `build.sh <config>` for Make, `build-ninja.sh <config>` for Ninja 2. choose one of the build scripts from the `build` directory. `build.sh <config>` for Make, `build-ninja.sh <config>` for Ninja
3. run your script of choice with the desired configuration as an argument. Note: for Make, configurations are lowercase; for Ninja, configurations have a capitalized first letter 3. run your script of choice with the desired configuration as an argument. Note: for Make, configurations are lowercase; for Ninja, configurations have a capitalized first letter
<br> example: <br>```./scripts/build.sh release```<br> <br> example: <br>```./scripts/build.sh release```<br>