From 5c675e7b3e710b4a30d84915de7fd943f15b32b1 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:44:06 +1000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5962e90..2fcdd82 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,13 @@ I will provide updates as best as I can :smile: * 04/05/2024 - Foundation code ## Compilation -* Make sure to install SDL-development and SDL-Image-Development libraries -* Type the following command and push enter: +* Make sure to install the followwing libraries +* 1. SDL development + 2. SDL Image development + 3. Sodium development +* Type the following commands and push enter: + +`cd src` `make`