Parcourir la source

add liburcu-dev (for multithreading) to the dependencies

Julius Pfrommer il y a 10 ans
Parent
commit
9c58f4d79b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -23,7 +23,7 @@ sudo apt-get install python python-lxml
 ```
 ```
 ##### Getting additional libraries:
 ##### Getting additional libraries:
 ```bash
 ```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/):
 ##### Getting and installing *check* as unit test framework (http://check.sourceforge.net/):
 ```bash
 ```bash