-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
文件中没有configure,按照rAthena教程无法编译 #222
Comments
使用 CMake 方式进行编译,你的Ubuntu 是哪个发行版? |
18.04 |
好的,晚些我整理一份操作手册出来 |
Ubuntu 18.04 编译 Pandas 模拟器系统环境使用 docker 下的 ubuntu:18.04 镜像 更新 apt-get 相关的数据源
安装 git
安装 git-lfs
安装 gcc 编译器
安装 wget 等一些辅助工具
安装 cmake 3.16 版本
克隆 Pandas 模拟器代码
安装 Pandas 模拟器的依赖库
编译 Pandas 模拟器自带的 Boost 库
开始编译 Pandas
|
可以试试看~ 有问题随时联系。 目前已知在编译地图服务器的时候,有一处警告:
我将会在下一个版本修正它,这并不影响我们的使用 |
请问还有其他问题么? |
感謝教學~~ 我是初學者~ 但無意間發現了熊貓模擬器~ 覺得可以從此模擬器入手探討~ 希望是好的開始 |
太好了 我就说 怎么 linux下的编译脚本都删除掉了 |
希望能把这个更新到文档区 |
整理了下 这些命令就可以了 准备做一个dockefile 方便部署 apt install libmysqlclient-dev zlib1g-dev libpcre3-dev cmake -y |
但是编译完成后 执行程序 测试平台1 ubuntu 20.04 + gcc 9.3.0 原版rathena 可以编译通过正常运行 gdb 调试信息 Program received signal SIGFPE, Arithmetic exception. |
@flufy3d 你在崩溃的环境下执行一下 locale 回车,我看下内容~ 是 zh-TW.utf8 么? |
不是 是 C.utf8 |
@flufy3d 请问此问题后来解决了嘛? |
请问该如何在Ubuntu下编译这个服务端
The text was updated successfully, but these errors were encountered: