From d679955453070af008bcd366f0e77c018d8e7682 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Tue, 30 Oct 2018 12:58:19 +0200 Subject: Correct the names of techs. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 282ac29ea..e5db90372 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.3.1