From adaf1d960662623efdc0a65aef271047afc0c263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deal=28=E4=B8=80=E7=BA=BF=E7=81=B5=29?= Date: Thu, 6 Jul 2023 21:47:16 +0800 Subject: [PATCH] Update DevSetup.md [skip ci] --- docs/DevSetup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/DevSetup.md b/docs/DevSetup.md index d9fa0387b9..23066329d9 100644 --- a/docs/DevSetup.md +++ b/docs/DevSetup.md @@ -37,10 +37,10 @@ then you can simply build your project for all platform targets, i.e. - win32: `pwsh .\build.ps1` can runs on Windows with vs2022 installed - winuwp: `pwsh .\build.ps1 -p winuwp` can runs on Windows with vs2022 installed - linux: `pwsh .\build.ps1` can runs on Linux with g++ installed -- osx: `pwsh .\build.ps1 -p osx -a x64` can runs on macOS with xcode13~14.2 installed -- android: `pwsh .\build.ps1 -p android -a arm64` can runs on Windows,Linux,macOS and script will auto setup android sdk -- ios: `pwsh .\build.ps1 -p ios -a x64` can runs on macOS with xcode13~14.2 installed -- tvos: `pwsh .\build.ps1 -p tvos -a x64` can runs on macOS with xcode13~14.2 installed +- osx: `pwsh ./build.ps1 -p osx -a x64` can runs on macOS with xcode13~14.2 installed +- android: `pwsh ./build.ps1 -p android -a arm64` can runs on Windows,Linux,macOS and script will auto setup android sdk +- ios: `pwsh ./build.ps1 -p ios -a x64` can runs on macOS with xcode13~14.2 installed +- tvos: `pwsh ./build.ps1 -p tvos -a x64` can runs on macOS with xcode13~14.2 installed ## Quick build engine for host targets?