README.md Update

This commit is contained in:
Caleb Fultz 2023-11-15 12:34:26 -05:00
parent b4b5ed74ce
commit c3b51c0b99

View File

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