Browse Source

add liburcu-dev (for multithreading) to the dependencies

Julius Pfrommer 10 years ago
parent
commit
9c58f4d79b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -23,7 +23,7 @@ sudo apt-get install python python-lxml
 ```
 ##### Getting additional libraries:
 ```bash
-sudo apt-get install expat libexpat1-dev
+sudo apt-get install expat libexpat1-dev liburcu-dev
 ```
 ##### Getting and installing *check* as unit test framework (http://check.sourceforge.net/):
 ```bash