Skip to content

Commit

Permalink
clarify dependencies
Browse files Browse the repository at this point in the history
added Pthread dependency and marked Boost.Context as optional
  • Loading branch information
Neverlord committed Nov 5, 2012
1 parent 745e012 commit 1129654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Dependencies
------------

* CMake
* The Boost Thread Library
* Pthread (until C++11 compilers support the new `thread_local` keyword)
* *Optional:* Boost.Context (enables context-switching actors)


Supported Compilers
Expand Down

0 comments on commit 1129654

Please sign in to comment.