X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=readme.md;h=53880508068d1d0a3dce93f8019b30f8eb7f4763;hb=07c2c735c2228bb29bd856d1e043ea2c6a9350d9;hp=19c5c484a454409d7a29fb79bf2846451e094bf3;hpb=5a8fe6a7fac97dfbd471e4fee0f07db8c50065f2;p=libcds.git diff --git a/readme.md b/readme.md index 19c5c484..53880508 100644 --- a/readme.md +++ b/readme.md @@ -33,13 +33,15 @@ The library contains the implementations of the following containers: Generally, each container has an intrusive and non-intrusive (STL-like) version belonging to *cds::intrusive* and *cds::container* namespace respectively. -Version 2.x of the library is written on C++11 and can be compiled by GCC 4.8+, clang 3.3+, Intel C++ 15+, -and MS VC++ 12 (2013) Update 4. +Version 2.x of the library is written on C++11 and can be compiled by GCC 4.8+, clang 3.6+, Intel C++ 15+, +and MS VC++ 12 (2013) Update 4 and above Download the latest release from http://sourceforge.net/projects/libcds/files/ See online doxygen-generated doc here: http://libcds.sourceforge.net/doc/cds-api/index.html +Evolution of libcds (Gource visualization by Landon Wilkins): https://www.youtube.com/watch?v=FHaJvVdmJ0w + **How to build** - *nix: [use CMake](build/cmake/readme.md) - Windows: use MS Visual C++ 2015 project