diff options
| author | Shlomi Fish <[email protected]> | 2018-10-30 12:58:19 +0200 |
|---|---|---|
| committer | Shlomi Fish <[email protected]> | 2018-10-30 12:58:19 +0200 |
| commit | d679955453070af008bcd366f0e77c018d8e7682 (patch) | |
| tree | a28de2b6639da146500b7268e3b444fc9657d922 | |
| parent | fbdb13c8134694d333f8dfbf11089454b2e1a2ea (diff) | |
Correct the names of techs.
| -rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -137,17 +137,18 @@ $ xmake f --menu ## Supported platforms * Windows (x86, x64) -* Macosx (i386, x86_64) +* macOS (i386, x86_64) * Linux (i386, x86_64, cross-toolchains ...) * Android (armv5te, armv6, armv7-a, armv8-a, arm64-v8a) -* iPhoneOS (armv7, armv7s, arm64, i386, x86_64) +* iOS (armv7, armv7s, arm64, i386, x86_64) * WatchOS (armv7k, i386) -* Mingw (i386, x86_64) +* MinGW (i386, x86_64) ## Supported Languages -* C/C++ -* Objc/Objc++ +* C +* C++ +* Objective-C and Objective-C++ * Swift * Assembly * Golang @@ -159,7 +160,7 @@ $ xmake f --menu * Static Library * Shared Library -* Console +* Console * Cuda Program * Qt Application * WDK Driver (umdf/kmdf/wdm) @@ -172,7 +173,7 @@ $ xmake f --menu ```bash $ xmake m -b # start to record $ xmake f -p iphoneos -m debug -$ xmake +$ xmake $ xmake f -p android --ndk=~/files/android-ndk-r16b $ xmake $ xmake m -e # stop to record |
