# インストール・ビルド

MWXライブラリを用いてアプリケーションを記述（本書ではアクトと呼びます）し、実行するために開発環境のセットアップが必要です。

* [TWELITE STAGE SDK 動作環境](/install_n_build/1_environment.md)
* [TWELITE STAGE SDK のインストール](https://github.com/monowireless/doc_MWX_jp/blob/v0.2.0/install_n_build/2_install_sdk.md)
* [アクト(Act)のビルド](/install_n_build/3_building-act.md)
* [(オプション) Visual Stdio codeのインストール](https://github.com/monowireless/doc_MWX_jp/blob/v0.2.0/install_n_build/install_vscode.md)
* [新しいプロジェクトの作成](/install_n_build/create_new_project.md)
* [Makefile](/install_n_build/makefile.md)
* [MWX ライブラリコードの一部を他(stdio)で利用する](/install_n_build/nopurattofmu.md)


---

# 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://mwx.twelite.info/install_n_build.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.
