C++ 中的 libfov 问题游戏

发布于 2024-12-22 01:36:53 字数 306 浏览 2 评论 0原文

我一直在制作一款游戏,我想在其中使用一些 FOV 照明。我正在尝试 libfov,它看起来很完美,我在编译它时遇到了一些麻烦,这是我自己想出来的,但是当我尝试运行编译后的可执行文件时,我在终端中收到此消息:

加载共享库时出错:libfov .so.1:无法打开共享对象文件:没有这样的文件或目录

编译:g ++ overlord.cpp -lalleg -lnoise -lfov -o“Zombie Overlord”

我真的很困惑......我已经检查了'libfov.so.1' 存在于 /usr/lib 中。我的 libfov 安装有问题吗?

I've been making a game in which I want to use some FOV lighting. I'm trying out libfov and it seems perfect, I had some trouble getting it to compile which I figured out on my own, but when I try to run the compiled executable I get this in the terminal:

error while loading shared libraries: libfov.so.1: cannot open shared object file: No such file or directory

compiling with this: g++ overlord.cpp -lalleg -lnoise -lfov -o "Zombie Overlord"

I'm really confused... I've checked for a 'libfov.so.1' and it exists in /usr/lib. Is there something wrong with my install of libfov or something?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文