12
12
13
13
## Prepare environment
14
14
15
- If you already know how CMake works you can skip this part and look at the build
16
- options available.
15
+ If you already know how CMake works, you can skip this section and review the
16
+ available [ build options ] ( #general-options ) .
17
17
18
18
The following steps explain how to build and install the project with the default
19
19
options.
@@ -31,7 +31,7 @@ options.
31
31
cmake ../
32
32
```
33
33
34
- This should display a series of results like :
34
+ This command displays a series of results similar to :
35
35
36
36
``` text
37
37
-- The C compiler identification is GNU 4.9.2
@@ -57,7 +57,7 @@ options.
57
57
make
58
58
```
59
59
60
- This should display results like :
60
+ This command displays results similar to :
61
61
62
62
``` text
63
63
Scanning dependencies of target msgpack
@@ -84,7 +84,7 @@ options.
84
84
make install
85
85
```
86
86
87
- You might need root privileges. You can try to 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
@@ -136,7 +136,7 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
136
136
137
137
### Input plugins
138
138
139
- Input plugin gather information from a specific source type like network interfaces,
139
+ Input plugins gather information from a specific source type like network interfaces,
140
140
some built-in metrics, or through a specific input device. The following input plugins
141
141
are available:
142
142
0 commit comments