From e02ece3bfecff1423d5ecaf95bec55017ccdcd08 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Thu, 23 Jul 2015 19:16:33 -0700 Subject: [PATCH] Update CONTRIBUTING.md clarify what is currently supported --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec80d2cb2..e4af425b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,10 +37,10 @@ target_os = ["android"] Building the code ----------------- -Currently we support building for an Android target and for a headless Linux -target. +Currently we support building on Linux only, for an Android target and for a headless Linux +target. Building on MacOS for Android, iOS, and a head-less MacOS target is coming soon. -### Android +### Android (cross-compiling from Linux) * (Only the first time) `sudo ./build/install-build-deps-android.sh` * (Only the first time) `./tools/android/download_android_tools.py` @@ -48,7 +48,7 @@ target. * `ninja -C out/android_Debug` * `./sky/tools/shelldb start out/android_Debug/ sky/sdk/example/hello_world/lib/main.dart` -### Linux +### Linux (on Linux) * (Only the first time) `sudo ./build/install-build-deps.sh` * `./sky/tools/gn`