Skip to content

Commit

Permalink
Explicitly added lua5.1 to the install list (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneElseOSM authored Oct 13, 2024
1 parent 6ecacf4 commit 0f3109d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Then:

(System Integrity Protection on macOS prevents the manpages being installed. This isn't important: ignore the two lines saying "Operation not permitted".)

### Ubuntu
### Ubuntu and Debian

Start with:

sudo apt install build-essential libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev liblua5.1-0-dev libshp-dev libsqlite3-dev rapidjson-dev
sudo apt install build-essential libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev lua5.1 liblua5.1-0-dev libshp-dev libsqlite3-dev rapidjson-dev

Once you've installed those, then `cd` back to your Tilemaker directory and simply:

Expand Down

0 comments on commit 0f3109d

Please sign in to comment.