From c219e1a77a2e6ab419ae0b1d583b1b4a9e5a3546 Mon Sep 17 00:00:00 2001 From: learningpro Date: Mon, 18 Apr 2016 22:54:43 +0800 Subject: [PATCH] Update installing.md On Ubuntu, libpthread-workqueue-dev is also needed. --- doc/gettingstarted/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gettingstarted/installing.md b/doc/gettingstarted/installing.md index baa9d87..22800c5 100644 --- a/doc/gettingstarted/installing.md +++ b/doc/gettingstarted/installing.md @@ -25,7 +25,7 @@ brew install swift-express * We have exprerienced some dependencies missing if installing by original instructions from [swift.org](http://swift.org/). Install these dependencies first, please: ```sh -apt-get install clang binutils libicu-dev +apt-get install clang binutils libicu-dev libpthread-workqueue-dev ``` * [Swift](https://swift.org/), the latest development snapshot from [here](https://swift.org/download/#latest-development-snapshots) @@ -107,4 +107,4 @@ make make install ``` -# Next tutorial: [Hello Express](./helloexpress.md) \ No newline at end of file +# Next tutorial: [Hello Express](./helloexpress.md)