Added boost-thread to the requirements
This commit is contained in:
parent
7dc79436bb
commit
2c9b5cf910
1 changed files with 3 additions and 2 deletions
5
README
5
README
|
@ -42,10 +42,11 @@ Once everything installed, you can compile by typing:
|
|||
|
||||
% scons
|
||||
|
||||
On Ubuntu 8.10 you can install all the required libraries via:
|
||||
On Ubuntu 9.04 you can install all the required libraries via:
|
||||
|
||||
% apt-get install \
|
||||
libboost1.35-dev \
|
||||
libboost1.37-dev \
|
||||
libboost-thread1.37-dev \
|
||||
scons \
|
||||
libusb-dev \
|
||||
git-core \
|
||||
|
|
Loading…
Reference in a new issue