Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit 192c65e

Browse files
Update getting_started.md
1 parent 637be24 commit 192c65e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/getting_started.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ make: Leaving directory '<your local dir>/src/person-tracking/build'
2929
gyp info ok
3030
```
3131

32-
Note: if error encounterred during the build process saied missing `boostXXX` file, please install the libboost using `sudo apt-get install libboost-all-dev`
33-
3432
# Use C++ Add-on in Node.js Program
3533
After building it, it's time to test it in your `Node.js` program. Unlike the standard `npm install <module-name>` way of using a module/add-on, you need to explicitly specify the directory in your `Node.js` program, e.g.
3634

@@ -94,4 +92,8 @@ Pleaes refer to [Contribution Guide](./contribution.md) for more information.
9492
```
9593
sudo modprobe uvcvideo
9694
```
97-
95+
- Error message says missing `boostXXX` file during building process
96+
Need to install used libboost library as the following line.
97+
```
98+
sudo apt-get install libboost-thread-dev
99+
```

0 commit comments

Comments
 (0)