diff options
| author | ruki <waruqi@gmail.com> | 2018-01-25 23:19:08 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-01-25 13:54:49 +0800 |
| commit | 6ac4d8feb4bdd22be318f1a4d9ebc30644ae2626 (patch) | |
| tree | f9c1ac096cfd5e1d60c4135344d914028eb74ade /landing.html | |
| parent | 247747fe7586078ce69c8c860397dcaaa3143190 (diff) | |
| download | xmake-docs-6ac4d8feb4bdd22be318f1a4d9ebc30644ae2626.tar.gz xmake-docs-6ac4d8feb4bdd22be318f1a4d9ebc30644ae2626.zip | |
configure platform
Diffstat (limited to 'landing.html')
| -rw-r--r-- | landing.html | 7 |
1 files changed, 7 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> |
