From f0facdc01fe10f86e636ec738049fddd98a1ae82 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Sat, 11 Nov 2017 09:49:19 -0800 Subject: [PATCH] fix formatting in linux build instructions doc --- docs/development/build-instructions-linux.md | 25 ++++++++++---------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/docs/development/build-instructions-linux.md b/docs/development/build-instructions-linux.md index 7cb484a57043..79f24bf0650c 100644 --- a/docs/development/build-instructions-linux.md +++ b/docs/development/build-instructions-linux.md @@ -149,18 +149,19 @@ information may help you. ### Building `libchromiumcontent` locally To avoid using the prebuilt binaries of `libchromiumcontent`, you can build `libchromiumcontent` locally. To do so, follow these steps: - 1. Install [depot_tools](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md#Install) - 2. Install [additional build dependencies](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md#Install-additional-build-dependencies) - 3. Fetch the git submodules: - - ```bash - $ git submodule update --init --recursive - ``` - 4. Pass the `--build_release_libcc` switch to `bootstrap.py` script: - ```bash - $ ./script/bootstrap.py -v --build_release_libcc - ``` +1. Install [depot_tools](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md#Install) +2. Install [additional build dependencies](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md#Install-additional-build-dependencies) +3. Fetch the git submodules: + +```bash +$ git submodule update --init --recursive +``` +4. Pass the `--build_release_libcc` switch to `bootstrap.py` script: + +```bash +$ ./script/bootstrap.py -v --build_release_libcc +``` Note that by default the `shared_library` configuration is not built, so you can only build `Release` version of Electron if you use this mode: @@ -218,4 +219,4 @@ custom the building configurations: * `LDFLAGS` The environment variables have to be set when executing the `bootstrap.py` -script, it won't work in the `build.py` script. +script, it won't work in the `build.py` script. \ No newline at end of file