From c3b51c0b99e14e0e73cd56528c9745a5e95de90b Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Wed, 15 Nov 2023 12:34:26 -0500 Subject: [PATCH] README.md Update --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a235d62..74faf32 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ docker run -i -t -v ~/zandronum-server:/root/complete zandronum-compiler This will place the files in ``zandronum-server`` for use. You will need to own them as a local user to run them as they will be output with ``root`` ownership. -## Wait. It doesn't run? +## Wait. The binary doesn't run after compilation...? You will need: * SDL @@ -40,7 +40,7 @@ You will need: These can be downloaded on some of the more popular OS's: -### Debian and derivitaives +### Debian and derivatives ``` sudo apt install libsdl1.2-compat-dev libbz2-dev libssl-dev libsqlite3-dev libgl1-mesa-dev ``` @@ -49,3 +49,6 @@ sudo apt install libsdl1.2-compat-dev libbz2-dev libssl-dev libsqlite3-dev libgl ``` sudo dnf install SDL-devel bzip2-devel mesa-libGL-devel openssl-devel sqlite-devel ``` + +### Help +Open an issue if you need assistance \ No newline at end of file