Skip to content

Fix/linux build deps#353

Open
WSHAPER wants to merge 2 commits intoZackriya-Solutions:mainfrom
WSHAPER:fix/linux-build-deps
Open

Fix/linux build deps#353
WSHAPER wants to merge 2 commits intoZackriya-Solutions:mainfrom
WSHAPER:fix/linux-build-deps

Conversation

@WSHAPER
Copy link

@WSHAPER WSHAPER commented Feb 13, 2026

Description

Tested build on:

OS: Kubuntu 25.10 (Questing Quokka) x86_64
Kernel: Linux 6.17.0-12-generic

Related Issue

Type of Change

  • Bug fix
  • Documentation update

Documentation

  • Documentation updated

Checklist

  • Self-reviewed the code

Everything else not applicable:

  • Code follows project style
  • Added comments for complex code
  • Updated README if needed
  • Branch is up to date with devtest
  • No merge conflicts

Building llama-cpp-sys fails with 'stdbool.h file not found' because
bindgen requires libclang to parse C headers. AppImage bundling fails
with 'no libdir variable for librsvg-2.0' because linuxdeploy's GTK
plugin needs the librsvg pkg-config data.

Added clang, libclang-dev, and librsvg2-dev to the basic dependencies
list and troubleshooting section.
Installing the .deb package failed with:
  dpkg: error: trying to overwrite '/usr/bin/ffmpeg',
  which is also in package ffmpeg (7:7.1.1-1ubuntu4.2)

The bundled ffmpeg was being installed to /usr/bin/ffmpeg, conflicting
with the system ffmpeg package. Renamed to meetily-ffmpeg so both can
coexist on the same system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant