Add libnl support and update prerequisites in build scripts

- Enhanced build-libraries.sh to configure and build libnl version 3.2.0, including checks for required tools like flex and bison.
- Updated download_prerequisites.sh to include the download link for libnl.
- Modified README.md to document the addition of libnl and its dependencies.
- Set LIBNL_VER to 3.2.0 in versions.sh for consistency across scripts.
This commit is contained in:
2026-04-06 14:56:50 +03:00
parent f7a908f096
commit 082098c9ec
4 changed files with 30 additions and 1 deletions

View File

@@ -13,3 +13,4 @@ ZLIB_VER="1.2.13"
OPENSSL_VER="3.0.13"
LIBVNCSERVER_VER="0.9.14"
FREETYPE_VER="2.13.2"
LIBNL_VER="3.2.0"