# 预编译版本

### 什么是预编译版本

每当新版本发布时，我们会使用最新版本的代码来编译出可执行程序，并打包成可供大家下载的“预编译”压缩包，下载后即可直接运行，不用再自行编译。

### 如何下载预编译版本

您可以前往 Github 访问我们的 Releases 页面，下载预编译好的程序压缩包：

{% embed url="<https://github.com/PandasWS/Pandas/releases>" %}

### 压缩包命名规范

格式规范：<mark style="color:red;">Pandas\_{版本号}\_{编译时间}\_{工作模式}\_{语言标记}.zip</mark>

* 版本号：通常是 v1.1.1 这样的 [语义化版本号](https://semver.org/lang/zh-CN/)
* 编译时间：YYYYMMDD\_hh:mm:ss
* 工作模式：<mark style="color:red;">RE</mark> 表示<mark style="color:red;">复兴后</mark>工作模式、<mark style="color:red;">PRE</mark> 表示<mark style="color:red;">复兴前</mark>工作模式
* 语言标记：<mark style="color:red;">GBK</mark> 表示<mark style="color:red;">简体中文</mark>版本、<mark style="color:red;">BIG5</mark> 表示<mark style="color:red;">繁体中文</mark>版本

通常每个版本通常至少可以看到 4 个预编译的压缩包，请根据需求选择下载其中一个即可。

### 关于 PACKETVER

预编译版本中的 PACKETVER 将会固定使用默认值，这不一定符合您的需求。您可以选择使用与默认值匹配的客户端或者自己手动编译，我们将在未来提供更加灵活的云编译方案。

* v1.0.0 \~ v1.1.9：PACKETVER 默认是 <mark style="color:blue;">20180620</mark>
* v1.1.10 开始：PACKETVER 默认是 <mark style="color:blue;">20211117</mark>


---

# 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/pre-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.
