在 Ubuntu 上使用 RakNet 源代码和 Code::Blocks

发布于 2024-09-26 01:31:46 字数 182 浏览 1 评论 0原文

嘿论坛, 所以我试图找出如何在 Ubuntu 中通过 Code::Blocks 使用 RakNet 的源文件。网上所有的教程都是针对windows的,或者使用windows的“.lib文件”。我需要找到一种方法来完成这项工作,但我感到非常沮丧,因为这是我连续第三天没有结果。 如果有人能帮助我,我将不胜感激。

提前致谢, 丹·谢瓦利埃

Hey Forum,
So i'm trying to find out how to use the source files from RakNet with Code::Blocks, in Ubuntu. All the tutorials on the internet are for windows, or use windows ".lib files". I need to find a way to get this working but I'm getting very discouraged since this is my third day in a row that has been without result.
If anyone can help me at all I would greatly appreciate it.

Thanks in Advance,
Dan Chevalier

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡水深流 2024-10-03 01:31:46

你应该安装 src、headers 和库
在这里下载 http://www.raknet.net/raknet/downloads/
在控制台中尝试:

unzip RakNet-3.*.zip
cd RakNet-3.*
./bootstrap
./configure
make && sudo make install

U should install src, headers & libs
download it here http://www.raknet.net/raknet/downloads/
try in console:

unzip RakNet-3.*.zip
cd RakNet-3.*
./bootstrap
./configure
make && sudo make install
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文