diff options
| -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 |
