Added boost-thread to the requirements

This commit is contained in:
Ingo Ruhnke 2009-07-29 20:31:05 +02:00
parent 7dc79436bb
commit 2c9b5cf910

5
README
View file

@ -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 \