Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Feb 19, 2021
1 parent 38bd9b3 commit dae5346
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit dae5346

Please sign in to comment.