@@ -53,38 +53,38 @@ options.
53
53
54
54
1 . Start the compilation process using the ` make ` command:
55
55
56
- ``` bash
57
- make
58
- ```
59
-
60
- This command displays results similar to:
61
-
62
- ``` text
63
- Scanning dependencies of target msgpack
64
- [ 2%] Building C object lib/msgpack-1.1.0/CMakeFiles/msgpack.dir/src/unpack.c.o
65
- [ 4%] Building C object lib/msgpack-1.1.0/CMakeFiles/msgpack.dir/src/objectc.c.o
66
- [ 7%] Building C object lib/msgpack-1.1.0/CMakeFiles/msgpack.dir/src/version.c.o
67
- ...
68
- [ 19%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_file.c.o
69
- [ 21%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_rconf.c.o
70
- [ 23%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_string.c.o
71
- ...
72
- Scanning dependencies of target fluent-bit-static
73
- [ 66%] Building C object src/CMakeFiles/fluent-bit-static.dir/flb_pack.c.o
74
- [ 69%] Building C object src/CMakeFiles/fluent-bit-static.dir/flb_input.c.o
75
- [ 71%] Building C object src/CMakeFiles/fluent-bit-static.dir/flb_output.c.o
76
- ...
77
- Linking C executable ../bin/fluent-bit
78
- [100%] Built target fluent-bit-bin
79
- ```
56
+ ``` bash
57
+ make
58
+ ```
59
+
60
+ This command displays results similar to:
61
+
62
+ ``` text
63
+ Scanning dependencies of target msgpack
64
+ [ 2%] Building C object lib/msgpack-1.1.0/CMakeFiles/msgpack.dir/src/unpack.c.o
65
+ [ 4%] Building C object lib/msgpack-1.1.0/CMakeFiles/msgpack.dir/src/objectc.c.o
66
+ [ 7%] Building C object lib/msgpack-1.1.0/CMakeFiles/msgpack.dir/src/version.c.o
67
+ ...
68
+ [ 19%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_file.c.o
69
+ [ 21%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_rconf.c.o
70
+ [ 23%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_string.c.o
71
+ ...
72
+ Scanning dependencies of target fluent-bit-static
73
+ [ 66%] Building C object src/CMakeFiles/fluent-bit-static.dir/flb_pack.c.o
74
+ [ 69%] Building C object src/CMakeFiles/fluent-bit-static.dir/flb_input.c.o
75
+ [ 71%] Building C object src/CMakeFiles/fluent-bit-static.dir/flb_output.c.o
76
+ ...
77
+ Linking C executable ../bin/fluent-bit
78
+ [100%] Built target fluent-bit-bin
79
+ ```
80
80
81
81
1 . To continue installing the binary on the system, use ` make install ` :
82
82
83
- ``` bash
84
- make install
85
- ```
83
+ ``` bash
84
+ make install
85
+ ```
86
86
87
- If the command indicates insufficient permissions, prefix the command with ` sudo ` .
87
+ If the command indicates insufficient permissions, prefix the command with ` sudo ` .
88
88
89
89
## Build options
90
90
0 commit comments