From 96f5a878670e21a0ff99a2e2f63cf49f20b33b8c Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 11 Sep 2019 08:20:44 -0700 Subject: [PATCH] Docs for building windows/linux standalone apps Summary: Closes https://github.com/facebook/flipper/pull/545 Reviewed By: jknoxville Differential Revision: D17315711 fbshipit-source-id: 9ea02b50a76eb175d8df49577c45905799295233 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 809533de8..79c29a4c0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ Please refer to our [Getting Started guide](https://fbflipper.com/docs/getting-s ## Requirements -* macOS (Flipper works on Linux and Windows, too, but we only support macOS officially at the moment.) * node >= 8 * yarn >= 1.5 * iOS developer tools (for developing iOS plugins) @@ -76,10 +75,15 @@ NOTE: If you're on Windows, you need to use Yarn 1.5.1 until [this issue](https: ### Building standalone application +Provide either `--mac`, `--win`, `--linux` or any combination of them +to `yarn build` to build a release zip file for the given platform(s). E.g. + ``` yarn build --mac --version $buildNumber ``` +You can find the resulting artifact in the `dist/` folder. + ## iOS SDK + Sample App ```