Skip to content

Commit c45e177

Browse files
committed
update README.
1 parent 2be38ae commit c45e177

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Tested on:
1818
Unbuntu 14.04 and above
1919
CentOS 7 and above
2020

21+
Install required packages:
22+
# Debian, Ubuntu, etc.
23+
$ sudo apt install g++ cmake make libboost-dev
24+
# CentOS
25+
$ sudo yum install gcc-c++ cmake make boost-devel
26+
27+
See .travis.yml for additional packages for building more examples.
28+
2129
To build, run:
2230
./build.sh
2331

0 commit comments

Comments
 (0)