Coder Social home page Coder Social logo

Comments (3)

AlexZhu2001 avatar AlexZhu2001 commented on July 3, 2024 1

已解决 在arch下,SDL.h在/usr/include/SDL2目录下 手动添加至到pro文件即可
但在链接时出现了找不到ffmpeg的相关.so库的情况 原因可能是因为arch使用/usr/lib而非/usr/local/lib

from beslyric-for-x.

BensonLaur avatar BensonLaur commented on July 3, 2024

这个开发环境下的话,仅在Ubuntu发行版测试过。你有没有下载这个项目另一个依赖项目呢

from beslyric-for-x.

pzhlkj6612 avatar pzhlkj6612 commented on July 3, 2024

@AlexZhu2001 你好。

我们已经发布了 BesLyric-for-X 3.2.0 ,其中包含预构建的、能在 64 位 Linux 发行版中运行的 AppImage ,欢迎你去测试。

另外,在当前的 qmake 代码中,我们在使用 pkg-config 寻找第三方库( FFmpeg 和 SDL2 )。你可以拉取最新的代码,再次尝试构建。

unix {
CONFIG *= link_pkgconfig
PKGCONFIG *= \
libavcodec \
libavdevice \
libavfilter \
libavformat \
libavutil \
libpostproc \
libswresample \
libswscale \
sdl2
}

注意, Arch Linux 已将 pkg-config 替换为 pkgconf 。因此,执行 pacman -S pkg-config 后你将能看到 pkgconf 这个包名:

from beslyric-for-x.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.