Skip to content

Commit 0dc7c01

Browse files
committed
Control: Update README.md file
Add instractions for installations
1 parent 008a7b9 commit 0dc7c01

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

control/README.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
1-
# Project-in-CMake
2-
*link to the sensor docs:*<br>
3-
https://docs.google.com/document/d/1BF9DZk_YQt1yE8mERVzNyPVUT7JgtQxV-Xuj32yoiyM
1+
# Vehicle Computing Simulator
2+
## Main Computer
3+
4+
[link to the main control design](https://docs.google.com/document/d/1oIO82QiBhqgoNgWj_fBRt7iy48YRa9Y28SvaeaOq1Ms)
45
<br>
5-
*link to the main control design:*
6-
https://docs.google.com/document/d/1oIO82QiBhqgoNgWj_fBRt7iy48YRa9Y28SvaeaOq1Ms
6+
**Installations:**
7+
<br>
8+
```bash
9+
10+
sudo apt-get install libbson-dev
11+
sudo apt-get install nlohmann-json3-dev
12+
sudo apt install pkg-config
13+
14+
```
15+
16+
google tests:
17+
<br>
18+
```bash
19+
20+
sudo apt update
21+
sudo apt install cmake libgtest-dev
22+
cd /usr/src/googletest/googletest
23+
sudo mkdir build
24+
cd build
25+
sudo cmake ..
26+
sudo make
27+
sudo make install
28+
29+
```

0 commit comments

Comments
 (0)