Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building: add libtool-bin to Debian/Ubuntu prerequisites as a workaround for ancient libzmq #10897

Merged
merged 3 commits into from Sep 14, 2023

Conversation

Frenzie
Copy link
Member

@Frenzie Frenzie commented Sep 13, 2023

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.


This change is Reviewable

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.
@Frenzie Frenzie added this to the 2023.09 milestone Sep 13, 2023
@@ -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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was more tired yesterday than I thought. I somehow read sdl2 as sdl12 xD

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Er, though I just realized it's in there twice so removing it was the correct call by accident. 🤦

@Frenzie Frenzie merged commit 1f03e76 into master Sep 14, 2023
1 of 4 checks passed
@Frenzie Frenzie deleted the Frenzie-patch-1 branch September 14, 2023 08:51
@Frenzie Frenzie changed the title [doc] Building: minor updates to Debian/Ubuntu prerequisites Add libtool-bin to Debian/Ubuntu prerequisites as a workaround for ancient libzmq Sep 14, 2023
@Frenzie Frenzie changed the title Add libtool-bin to Debian/Ubuntu prerequisites as a workaround for ancient libzmq Building: add libtool-bin to Debian/Ubuntu prerequisites as a workaround for ancient libzmq Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing build dependency for Debian (and probably Ubuntu)
2 participants