1
1
# macOS
2
2
3
- Fluent Bit is compatible with latest Apple macOS software for x86_64 and
3
+ Fluent Bit is compatible with the latest Apple macOS software for x86_64 and
4
4
Apple Silicon architectures.
5
5
6
6
## Installation packages
@@ -73,7 +73,7 @@ brew install git cmake openssl bison
73
73
make -j 16
74
74
```
75
75
76
- 1 . Install Fluent Bit to the directory specified previously .
76
+ 1 . Install Fluent Bit to the previously specified directory .
77
77
Writing to this directory requires root privileges.
78
78
79
79
``` bash
@@ -107,7 +107,7 @@ The binaries and configuration examples can be located at `/opt/fluent-bit/`.
107
107
```
108
108
109
109
1 . Create the specific macOS SDK target. For example, to specify macOS Big Sur
110
- (11.3) SDK environment) :
110
+ (11.3) SDK environment:
111
111
112
112
``` bash copy
113
113
export MACOSX_DEPLOYMENT_TARGET=11.3
@@ -119,7 +119,7 @@ The binaries and configuration examples can be located at `/opt/fluent-bit/`.
119
119
cd build/
120
120
```
121
121
122
- 1 . Build the Fluent Bit macOS installer.
122
+ 1 . Build the Fluent Bit macOS installer:
123
123
124
124
``` bash copy
125
125
cmake -DCPACK_GENERATOR=productbuild -DCMAKE_INSTALL_PREFIX=/opt/fluent-bit ../
@@ -160,7 +160,7 @@ export PATH=/opt/fluent-bit/bin:$PATH
160
160
161
161
To test, try Fluent Bit by generating a test message using the
162
162
[ Dummy input plugin] ( https://docs.fluentbit.io/manual/pipeline/inputs/dummy )
163
- which prints to the standard output interface every 1 second:
163
+ which prints to the standard output interface every one second:
164
164
165
165
``` bash copy
166
166
fluent-bit -i dummy -o stdout -f 1
0 commit comments