summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-01-25 23:19:21 +0800
committerruki <[email protected]>2018-01-25 13:56:06 +0800
commita23ecbf53f72198bce71795839d80c10134781cd (patch)
tree963dc79c1961314f730fa8c69276b1bb38a2749c
parent78ec044fd92b1792e1a8afc3f76c93dc191093b4 (diff)
add confgure platform examples
-rw-r--r--README.md7
-rw-r--r--README_zh.md7
2 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 59c847000..d03b79aba 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,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
diff --git a/README_zh.md b/README_zh.md
index cd1ec64b6..d1d42274c 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -112,6 +112,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