diff options
| author | ruki <[email protected]> | 2018-01-25 23:19:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-01-25 13:56:06 +0800 |
| commit | a23ecbf53f72198bce71795839d80c10134781cd (patch) | |
| tree | 963dc79c1961314f730fa8c69276b1bb38a2749c | |
| parent | 78ec044fd92b1792e1a8afc3f76c93dc191093b4 (diff) | |
add confgure platform examples
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | README_zh.md | 7 |
2 files changed, 14 insertions, 0 deletions
@@ -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 |
