C++ 中的 libfov 问题游戏
我一直在制作一款游戏,我想在其中使用一些 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论