Commit 505cffeb authored by Dominik Charousset's avatar Dominik Charousset

updated dependencies, links and supported compiler versions

parent 51025206
libcppa
=======
libcppa is an LGPL C++11 actor model implementation featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.
On the Web
----------
Blog: http://libcppa.blogspot.com Blog: http://libcppa.blogspot.com
Manual: http://neverlord.github.com/libcppa/manual/
Documentation: http://neverlord.github.com/libcppa/
This project is in an early / experimental stage. Get the Sources
---------------
It makes use of variadic templates, unrestricted unions, * git clone git://github.com/Neverlord/libcppa.git
type inference and other C++11 features. * cd libcppa
Thus, GCC in version >= 4.6 is required to compile libcppa.
You'll also need automake and the boost thread library.
Building libcppa: First Steps
-----------
* autoreconf -i * autoreconf -i
* ./configure * ./configure
* make * make
* make install [as root, optional]
It is recommended to run the unit tests as well.
* ./unit_testing/unit_tests
Please submit a bug report that includes (a) your compiler version, (b) your OS, and (c) the output of the unit tests if an error occurs.
Dependencies
------------
* Automake
* Libtool
* The Boost Library
Supported Compilers
-------------------
* GCC >= 4.7
* Clang >= 3.2
Supported Operating Systems
---------------------------
* Linux
* Mac OS X
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