| Index: blimp/docs/build.md
|
| diff --git a/blimp/docs/build.md b/blimp/docs/build.md
|
| index b29b5ff811fda143380cb0994b8a2cc6c1b84fb8..becda6972df96c94d44fd4793f1824fef36f0f41 100644
|
| --- a/blimp/docs/build.md
|
| +++ b/blimp/docs/build.md
|
| @@ -5,9 +5,11 @@ be found in the GN [quick start guide](../../tools/gn/docs/quick_start.md).
|
|
|
| ## Android setup
|
| To setup GN, run the following command:
|
| +
|
| ```
|
| gn args out-android/Debug
|
| ```
|
| +
|
| This will bring up an editor, where you can type in the following:
|
|
|
| ```
|
| @@ -21,10 +23,13 @@ use_goma = true
|
|
|
| ## Linux setup
|
| For building for Linux, you can have a side-by-side out-directory:
|
| +
|
| ```
|
| gn args out-linux/Debug
|
| ```
|
| +
|
| Use the same arguments as above, but remove `target_os`.
|
| +
|
| ```
|
| is_debug = true
|
| is_clang = true
|
|
|