diff --git a/README.md b/README.md index 6081e8b1..e61d8f11 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,24 @@ The editor can be customized by making changes to the [user module](data/user/init.lua). ## Building -You can build the project yourself on Linux using the `build.sh` script -or on Windows using the `build.bat` script *([MinGW](https://nuwen.net/mingw.html) is required)*. + +### Linux + +You can build the project yourself on Linux with following prerequisites: + + * GCC + * Simple DirectMedia Layer development files + +#### Debian/Ubuntu + +``` +sudo apt install libsdl2-dev gcc +./build.sh +``` + +### Windows + +Using the `build.bat` script *([MinGW](https://nuwen.net/mingw.html) is required)*. Note that the project does not need to be rebuilt if you are only making changes to the Lua portion of the code.