@@ -3,13 +3,13 @@ Build Library
33
44The library can be built locally using Cmake _ (`Cmake Installation `_)
55
6- Create build directory and navigate to it:
6+ Create a build directory and navigate to it:
77
88.. code-block :: sh
99
1010 mkdir build && cd build
1111
12- Configure cmake project
12+ Configure CMake project
1313
1414.. code-block :: sh
1515
@@ -24,7 +24,7 @@ Using this command several cache variables can be set:
2424* BUILD_EXAMPLES: [true, false] (false) - Turn on to build examples
2525
2626to set cache variable pass additional option: -D<variable cache name>=[value]
27- for example this command will set library type to Static and will force examples built
27+ for example, this command will set the library type to Static and will force examples built
2828
2929.. code-block :: sh
3030
@@ -41,7 +41,7 @@ Build Library With Conan
4141^^^^^^^^^^^^^^^
4242
4343Gtest _ library is added to project using Conan _ package manager (`Conan Installation `_),
44- If conan was fresh installed run detect command:
44+ If Conan was freshly installed run detect command:
4545
4646.. code-block :: sh
4747
@@ -53,13 +53,13 @@ To install Conan packages run this command in the library root folder:
5353
5454 conan install . --output-folder=build --build=missing
5555
56- Navigate to build directory:
56+ Navigate to the build directory:
5757
5858.. code-block :: sh
5959
6060 cd build
6161
62- Configure cmake project, add also toolchain file as a CMAKE_TOOLCHAIN_FILE cache variable:
62+ Configure the CMake project, and add also toolchain file as a CMAKE_TOOLCHAIN_FILE cache variable:
6363
6464.. code-block :: sh
6565
0 commit comments