@@ -27,29 +27,29 @@ options.
27271 . Let [ CMake] ( http://cmake.org ) configure the project specifying where the root
2828 path is located:
2929
30- ``` bash
31- cmake ../
32- ```
33-
34- This command displays a series of results similar to:
35-
36- ``` text
37- -- The C compiler identification is GNU 4.9.2
38- -- Check for working C compiler: /usr/bin/cc
39- -- Check for working C compiler: /usr/bin/cc -- works
40- -- Detecting C compiler ABI info
41- -- Detecting C compiler ABI info - done
42- -- The CXX compiler identification is GNU 4.9.2
43- -- Check for working CXX compiler: /usr/bin/c++
44- -- Check for working CXX compiler: /usr/bin/c++ -- works
45- ...
46- -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
47- -- Looking for accept4
48- -- Looking for accept4 - not found
49- -- Configuring done
50- -- Generating done
51- -- Build files have been written to: /home/edsiper/coding/fluent-bit/build
52- ```
30+ ``` bash
31+ cmake ../
32+ ```
33+
34+ This command displays a series of results similar to:
35+
36+ ``` text
37+ -- The C compiler identification is GNU 4.9.2
38+ -- Check for working C compiler: /usr/bin/cc
39+ -- Check for working C compiler: /usr/bin/cc -- works
40+ -- Detecting C compiler ABI info
41+ -- Detecting C compiler ABI info - done
42+ -- The CXX compiler identification is GNU 4.9.2
43+ -- Check for working CXX compiler: /usr/bin/c++
44+ -- Check for working CXX compiler: /usr/bin/c++ -- works
45+ ...
46+ -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
47+ -- Looking for accept4
48+ -- Looking for accept4 - not found
49+ -- Configuring done
50+ -- Generating done
51+ -- Build files have been written to: /home/edsiper/coding/fluent-bit/build
52+ ```
5353
54541 . Start the compilation process using the ` make ` command:
5555
0 commit comments