From bf6f4f26cba3740cdf095393f2897e4d86cb1a7b Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Thu, 14 Nov 2024 13:55:16 -0800 Subject: [PATCH 1/3] build-install: fix spacing for ordered list Signed-off-by: Lynette Miles --- installation/sources/build-and-install.md | 46 +++++++++++------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/installation/sources/build-and-install.md b/installation/sources/build-and-install.md index 90949e710..d56e36229 100644 --- a/installation/sources/build-and-install.md +++ b/installation/sources/build-and-install.md @@ -27,29 +27,29 @@ options. 1. Let [CMake](http://cmake.org) configure the project specifying where the root path is located: - ```bash - cmake ../ - ``` - - This command displays a series of results similar to: - - ```text - -- The C compiler identification is GNU 4.9.2 - -- Check for working C compiler: /usr/bin/cc - -- Check for working C compiler: /usr/bin/cc -- works - -- Detecting C compiler ABI info - -- Detecting C compiler ABI info - done - -- The CXX compiler identification is GNU 4.9.2 - -- Check for working CXX compiler: /usr/bin/c++ - -- Check for working CXX compiler: /usr/bin/c++ -- works - ... - -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) - -- Looking for accept4 - -- Looking for accept4 - not found - -- Configuring done - -- Generating done - -- Build files have been written to: /home/edsiper/coding/fluent-bit/build - ``` + ```bash + cmake ../ + ``` + + This command displays a series of results similar to: + + ```text + -- The C compiler identification is GNU 4.9.2 + -- Check for working C compiler: /usr/bin/cc + -- Check for working C compiler: /usr/bin/cc -- works + -- Detecting C compiler ABI info + -- Detecting C compiler ABI info - done + -- The CXX compiler identification is GNU 4.9.2 + -- Check for working CXX compiler: /usr/bin/c++ + -- Check for working CXX compiler: /usr/bin/c++ -- works + ... + -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) + -- Looking for accept4 + -- Looking for accept4 - not found + -- Configuring done + -- Generating done + -- Build files have been written to: /home/edsiper/coding/fluent-bit/build + ``` 1. Start the compilation process using the `make` command: From 2581d60f77733bd15a209300ae549808d6d7e1e4 Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Thu, 14 Nov 2024 13:56:33 -0800 Subject: [PATCH 2/3] build-install: fix spacing for ordered list Signed-off-by: Lynette Miles --- installation/sources/build-and-install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation/sources/build-and-install.md b/installation/sources/build-and-install.md index d56e36229..444c81cee 100644 --- a/installation/sources/build-and-install.md +++ b/installation/sources/build-and-install.md @@ -20,9 +20,9 @@ options. 1. Change to the `build/` directory inside the Fluent Bit sources: - ```bash - cd build/ - ``` + ```bash + cd build/ + ``` 1. Let [CMake](http://cmake.org) configure the project specifying where the root path is located: From 48dc887ac178b50224302e5b373242c84a9fea67 Mon Sep 17 00:00:00 2001 From: Lynette Miles Date: Thu, 14 Nov 2024 14:00:59 -0800 Subject: [PATCH 3/3] build-install: fix spacing for ordered list Signed-off-by: Lynette Miles --- installation/sources/build-and-install.md | 56 +++++++++++------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/installation/sources/build-and-install.md b/installation/sources/build-and-install.md index 444c81cee..c30e2c115 100644 --- a/installation/sources/build-and-install.md +++ b/installation/sources/build-and-install.md @@ -53,38 +53,38 @@ options. 1. Start the compilation process using the `make` command: - ```bash - make - ``` - - This command displays results similar to: - - ```text - Scanning dependencies of target msgpack - [ 2%] Building C object lib/msgpack-1.1.0/CMakeFiles/msgpack.dir/src/unpack.c.o - [ 4%] Building C object lib/msgpack-1.1.0/CMakeFiles/msgpack.dir/src/objectc.c.o - [ 7%] Building C object lib/msgpack-1.1.0/CMakeFiles/msgpack.dir/src/version.c.o - ... - [ 19%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_file.c.o - [ 21%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_rconf.c.o - [ 23%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_string.c.o - ... - Scanning dependencies of target fluent-bit-static - [ 66%] Building C object src/CMakeFiles/fluent-bit-static.dir/flb_pack.c.o - [ 69%] Building C object src/CMakeFiles/fluent-bit-static.dir/flb_input.c.o - [ 71%] Building C object src/CMakeFiles/fluent-bit-static.dir/flb_output.c.o - ... - Linking C executable ../bin/fluent-bit - [100%] Built target fluent-bit-bin - ``` + ```bash + make + ``` + + This command displays results similar to: + + ```text + Scanning dependencies of target msgpack + [ 2%] Building C object lib/msgpack-1.1.0/CMakeFiles/msgpack.dir/src/unpack.c.o + [ 4%] Building C object lib/msgpack-1.1.0/CMakeFiles/msgpack.dir/src/objectc.c.o + [ 7%] Building C object lib/msgpack-1.1.0/CMakeFiles/msgpack.dir/src/version.c.o + ... + [ 19%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_file.c.o + [ 21%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_rconf.c.o + [ 23%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_string.c.o + ... + Scanning dependencies of target fluent-bit-static + [ 66%] Building C object src/CMakeFiles/fluent-bit-static.dir/flb_pack.c.o + [ 69%] Building C object src/CMakeFiles/fluent-bit-static.dir/flb_input.c.o + [ 71%] Building C object src/CMakeFiles/fluent-bit-static.dir/flb_output.c.o + ... + Linking C executable ../bin/fluent-bit + [100%] Built target fluent-bit-bin + ``` 1. To continue installing the binary on the system, use `make install`: -```bash -make install -``` + ```bash + make install + ``` -If the command indicates insufficient permissions, prefix the command with `sudo`. + If the command indicates insufficient permissions, prefix the command with `sudo`. ## Build options