@@ -27,29 +27,29 @@ options.
27
27
1 . Let [ CMake] ( http://cmake.org ) configure the project specifying where the root
28
28
path is located:
29
29
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
+ ```
53
53
54
54
1 . Start the compilation process using the ` make ` command:
55
55
0 commit comments