# 安装 LMMS

## 最低系统需求

* **操作系统：**&#x57;indows 7、MacOS X Lion、Linux
* **CPU：**&#x31;.5 GHz x86, x86\_64，或者基于 ARM 的 2 核 CPU
* **RAM：**&#x31; GB
* **存储空间：**&#x31;00 MB

{% hint style="danger" %}
LMMS 或许可以在与上述需求不符的系统下运行，但其性能和稳定性将不会得到保证。
{% endhint %}

## 推荐系统配置

* **操作系统：**&#x57;indows 10、MacOS X High Sierra、Linux
* **CPU：**&#x32; GHz x86, x86\_64，或者基于 ARM 的 2 核 CPU
* **RAM：**&#x34; GB
* **存储空间：**&#x35;12 MB

{% hint style="success" %}
添加 CPU 内核数量、提升 CPU 主频 或 增加可用 RAM，将增强 LMMS 运行大型项目以及处理更多插件的能力。
{% endhint %}

## 安装 LMMS

LMMS 支持在 [Windows](https://lmms.io/download/#windows) 、[macOS](https://lmms.io/download/#mac) 、[Linux](https://lmms.io/download/#linux) 上安装。

{% hint style="info" %}
尽管许多 Linux 发行版都提供软件包，但更推荐通过 [lmms.io/download](https://lmms.io/download) 提供的 AppImage 进行安装。
{% endhint %}

{% hint style="danger" %}
从 LMMS 1.3.0-alpha 开始，我们将不再发布并停止支持 32-bit (x86) 版本。
{% endhint %}

### Stable 、Beta 和 Alpha 版本说明

Stable（稳定版本）、Beta 及其 Alpha 版本可通过上述链接，或者 [Github 发布页面](https://github.com/LMMS/lmms/releases) 下载。

### Nightly 版本说明

Nightly 版本（每日构建版本）提供了最新的软件特色和 bug 修复，但是可能会出现不稳定或性能较差的风险，因为这些版本尚处于测试阶段。不过尽管如此，用户依然可以像其他版本一样下载和安装它们。

Nightly 版本依然可以通过上述链接进行下载，或者直接在 [GitHub Actions 构建产物](https://github.com/LMMS/lmms/actions/workflows/build.yml) 中获取（选择一个构建成功的任务，然后前往 Actions -> Artifacts 获取您想要的版本。注意，下载需要您登入 GitHub 账户。）

针对 Windows 平台构建，LMMS 提供了两种编译版本：MinGW 构建版与 MSVC 构建版。

## 从源代码构建 LMMS

有关如何为 Linux 编译 LMMS 的说明，请参阅 [GitHub 上的 LMMS 开发 wiki](https://github.com/LMMS/lmms/wiki/Compiling) 。


---

# 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.lmms.io/user-manual/jian-ti-zhong-wen/getting-started/an-zhuang-lmms.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.
