Browse Source

Add Linux build dependencies.

tags/v1.1.1
Andrew Belt 5 years ago
parent
commit
a7b4d8efbf
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      README.md

+ 10
- 0
README.md View File

@@ -101,6 +101,16 @@ pacman -S mingw-w64-x86_64-premake
brew install premake
```

### Ubuntu 16.04+
```bash
sudo apt install premake4
```

### Arch Linux
```bash
sudo pacman -S premake
```

## Adding a script engine

- Add your scripting language library to the build system so it builds with `make dep`, following the Duktape example in the `Makefile`.


Loading…
Cancel
Save