File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ git clone --recursive https://github.com/suikan4github/rpp_driver-sample.git
3838
3939
4040# Tools and building
41- ## Installing tool
42- To build the samples or test, you need to install the build tools.
41+ ## How to install the tools
42+ To build the samples and/ or test, you need to install the build tools.
4343The installation of Ubuntu is :
4444
4545``` sh
@@ -49,7 +49,7 @@ apt-get -y install gcc-arm-none-eabi libnewlib-arm-none-eabi
4949apt-get -y install doxygen graphviz
5050```
5151
52- ## Building the tests
52+ ## How to build the tests
5353The driver classes are tested by GoogleTest and fff. Follow the procedure to build the tests.
5454
5555From the repository root ( where this README.md stays), run the following commands.
@@ -59,7 +59,7 @@ cmake -B build -S . -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++
5959cmake --build build --config Debug --target all
6060```
6161
62- ## Building document
62+ ## How to build the document
6363An API document is provided as HTML files.
6464To obtain it, run doxygen at the project root ( where the README.md exists).
6565
You can’t perform that action at this time.
0 commit comments