-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
In Ubuntu 24.04 support for Python2 has finally ended. As a consequence the dependencies for the build of this Vim appimage do not work anymore for building Vim on Ubuntu 24.04.
With the following dependencies, locally building Vim on Ubuntu 24.04 will be successful again:
sudo apt update && sudo apt install -y \
autoconf \
lcov \
gettext \
libcanberra-dev \
libperl-dev \
python3-dev \
liblua5.4-dev \
lua5.4 \
ruby-dev \
tcl-dev \
cscope \
libgtk-3-dev \
desktop-file-utils \
libtool-bin \
at-spi2-core \
libsodium-dev \
xorg-dev \
libxkbcommon-dev
PEMessage
Metadata
Metadata
Assignees
Labels
No labels