diff options
| -rw-r--r-- | landing.html | 7 | ||||
| -rw-r--r-- | landing/index.cn.md | 7 | ||||
| -rw-r--r-- | landing/index.md | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/landing.html b/landing.html index f10faa84..0eb866f1 100644 --- a/landing.html +++ b/landing.html @@ -95,6 +95,13 @@ </code></pre> </div> +<h2 id="configure-platform">Configure platform</h2> + +<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>xmake f -p <span class="o">[</span>windows|linux|macosx|android|iphoneos ..] -a <span class="o">[</span>x86|arm64 ..] -m <span class="o">[</span>debug|release] +<span class="gp">$ </span>xmake +</code></pre> +</div> + <h2 id="support-features">Support features</h2> <ul> diff --git a/landing/index.cn.md b/landing/index.cn.md index ce8fc0aa..d599c61a 100644 --- a/landing/index.cn.md +++ b/landing/index.cn.md @@ -49,6 +49,13 @@ $ xmake run console $ xmake run -d console ``` +## 配置平台 + +```bash +$ xmake f -p [windows|linux|macosx|android|iphoneos ..] -a [x86|arm64 ..] -m [debug|release] +$ xmake +``` + ## 支持特性 * Tasks diff --git a/landing/index.md b/landing/index.md index 396d2089..f6a62f27 100644 --- a/landing/index.md +++ b/landing/index.md @@ -49,6 +49,13 @@ $ xmake run console $ xmake run -d console ``` +## Configure platform + +```bash +$ xmake f -p [windows|linux|macosx|android|iphoneos ..] -a [x86|arm64 ..] -m [debug|release] +$ xmake +``` + ## Support features * Tasks |
