diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 12c407d3..7e089206 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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: