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
This commit is contained in:
committed by
Facebook Github Bot
parent
f578e16a86
commit
96f5a87867
@@ -54,7 +54,6 @@ Please refer to our [Getting Started guide](https://fbflipper.com/docs/getting-s
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* macOS (Flipper works on Linux and Windows, too, but we only support macOS officially at the moment.)
|
|
||||||
* node >= 8
|
* node >= 8
|
||||||
* yarn >= 1.5
|
* yarn >= 1.5
|
||||||
* iOS developer tools (for developing iOS plugins)
|
* 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
|
### 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
|
yarn build --mac --version $buildNumber
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can find the resulting artifact in the `dist/` folder.
|
||||||
|
|
||||||
## iOS SDK + Sample App
|
## iOS SDK + Sample App
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user