# 自行编译

预编译版本虽然免去了自己编译的繁琐操作，但实际使用过程中也会有不灵活方便的地方。如果你有以下类似的需求，那么可以考虑自行编译：

* 想自己调整部分没有配置选项的限制参数（比如队伍人数上限）
* 希望调整 PACKETVER 来适配自己喜欢的客户端版本
* 想要往熊猫模拟器里面添加自己的功能和指令

熊猫模拟器基于 rAthena 构建，因此它是跨平台的（它可以运行在 Windows 平台，也可以运行在 Ubuntu 等 Linux 平台上），我们在二次开发的过程中也一直努力保持它的跨平台特性。

> 请直接转入下一个章节，或直接通过目录跳转到你希望使用的平台对应的编译说明


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pandas.ws/self-compiled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
