Update README.md

This commit is contained in:
Jason Bou-Samra
2024-06-18 07:44:06 +10:00
committed by GitHub
parent 446db77a64
commit 5c675e7b3e
+7 -2
View File
@@ -14,8 +14,13 @@ I will provide updates as best as I can :smile:
* 04/05/2024 - Foundation code * 04/05/2024 - Foundation code
## Compilation ## Compilation
* Make sure to install SDL-development and SDL-Image-Development libraries * Make sure to install the followwing libraries
* Type the following command and push enter: * 1. SDL development
2. SDL Image development
3. Sodium development
* Type the following commands and push enter:
`cd src`
`make` `make`