systemed / tilemaker

Make OpenStreetMap vector tiles without the stack
https://tilemaker.org/
Other
1.46k stars 230 forks source link

lua missing, ubuntu 23.04 #694

Open paapu88 opened 7 months ago

paapu88 commented 7 months ago

I had to add

 sudo apt-get install lua5.3 lua5.3-dev

To get make going in 23.04. I could not find that in the documention

Terveisin, Markus

StephenAtty commented 5 months ago

I had a similar problem - the install notes say to install liblua5.1-0-dev but the run times don't get installed. It's something to do with the ubuntu packaging of lua

https://github.com/systemed/tilemaker/issues/650#issuecomment-1902259355