Skip to content

Commit

Permalink
[doc] Building: minor updates to Debian/Ubuntu prerequisites
Browse files Browse the repository at this point in the history
libtool-bin is something everyone already has installed so it slipped by unnoticed for more than half a decade.

SDL 1.2 support was removed 4 years ago: koreader/koreader-base#963

Fixes #10896.
  • Loading branch information
Frenzie committed Sep 13, 2023
1 parent f78a8c5 commit 0188b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Install the prerequisites using APT:

```
sudo apt-get install build-essential git patch wget unzip \
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
gettext autoconf automake cmake libtool libtool-bin nasm ragel luarocks lua5.1 libsdl2-dev \
libssl-dev libffi-dev libc6-dev-i386 xutils-dev linux-libc-dev:i386 zlib1g:i386
```

### Fedora/Red Hat
Expand Down

0 comments on commit 0188b97

Please sign in to comment.