blob: c5a45d3d6f2112d292b44e1e1ad53a8dbdc16587 [file] [log] [blame] [view]
# Garnet Standalone Build
To get the source code for the Garnet layer, using the following commands
(see [Getting Source](https://fuchsia.googlesource.com/docs/+/master/getting_source.md)
for more information):
```
curl -s "https://fuchsia.googlesource.com/scripts/+/master/bootstrap?format=TEXT" | base64 --decode | bash -s garnet
```
To build the Garnet layer, use the following commands:
## x64
```
fx set x64
fx full-build
```
## arm64
```
fx set arm64
fx full-build
```