瀏覽代碼

add liburcu-dev (for multithreading) to the dependencies

Julius Pfrommer 10 年之前
父節點
當前提交
9c58f4d79b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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