Commit 4af5605a authored by neverlord's avatar neverlord

added build steps to README

parent 597a9e09
......@@ -5,3 +5,11 @@ This project is in an early / experimental stage.
It makes use of variadic templates, unrestricted unions,
type inference and other C++11 features.
Thus, GCC in version >= 4.6 is required to compile libcppa.
You'll also need automake and the boost thread library.
Building libcppa:
* autoreconf -i
* ./configure
* make
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment