## Build instructions (WIP)
-You will need the following packages regardless of platform:
-* SDL2
-* libjpeg
-* libpng
-* libvorbis
-* libogg
+### Required packages
+
+These names are for Debian, you may need to find equivalents for your platform.
+
+##### Client
+Build (mandatory): `build-essential` `libjpeg-dev` `libsdl2-dev`
+Runtime (optional): `libcurl` `libpng` `libfreetype6` `libvorbisfile`
+
+##### Dedicated Server
+Build (mandatory): `build-essential` `libjpeg-dev` `zlib1g-dev`
+Runtime (optional): `libcurl` `libpng`
### Windows (MSYS2):
Input `make help` for options.
+If you get errors (that don't seem to be about missing dependencies) try `make clean` before compiling, especially if you updated your system since the last time you compiled.
+
+
### Windows (Visual Studio)
Instructions coming soon.