Skip to content

Commit 3751ed2

Browse files
author
ajtown
committed
On Ubuntu and Debian, suggest using lua 5.3 rather than 5.1
lua 5.3 should be available for any recent Ubuntu or Debian. Reasons for preferring 5.3 over 5.1 include the availability of UTF8 libraries. If 5.1 is explicitly installed alongside 5.3 it's possible to end up with different versions with different shared library locations, which can confuse.
1 parent bf89810 commit 3751ed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Then:
1717

1818
Start with:
1919

20-
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
20+
sudo apt install build-essential libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev lua5.3 liblua5.3-dev libshp-dev libsqlite3-dev rapidjson-dev
2121

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

0 commit comments

Comments
 (0)