mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Add Lua 5.1 to sample Debubuntu apt-get command (#7421)
To ensure it gets installed. Cf. <https://github.com/koreader/koreader/issues/7409#issuecomment-800267291>.
This commit is contained in:
@@ -22,7 +22,7 @@ Install the prerequisites using APT:
|
||||
|
||||
```
|
||||
sudo apt-get install build-essential git patch wget unzip \
|
||||
gettext autoconf automake cmake libtool nasm ragel luarocks libsdl2-dev \
|
||||
gettext autoconf automake cmake libtool nasm ragel luarocks lua5.1 libsdl2-dev \
|
||||
libssl-dev libffi-dev libsdl2-dev libc6-dev-i386 xutils-dev linux-libc-dev:i386 zlib1g:i386
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user