From 6ac4d8feb4bdd22be318f1a4d9ebc30644ae2626 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 25 Jan 2018 23:19:08 +0800 Subject: configure platform --- landing/index.cn.md | 7 +++++++ landing/index.md | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'landing') 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 -- cgit v1.2.3