Skip to content

Commit 93fc514

Browse files
committed
Updating README.
1 parent dd37c02 commit 93fc514

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,31 @@ In C++, you often need to create a data layer that supports introspection, seria
77
- access by name while still **type-safe**
88
- introspection
99
- JSON serialization, easily extendable to other formats
10-
10+
1111

1212
Planned features
1313
----------------
1414
- Data migration support (versionning, update, ...)
1515
- More serialization formats
1616

17+
18+
Supported platforms
19+
-------------------
20+
- Mac OS X - Clang 3.5+
21+
- Linux - Clang 3.5+
22+
- Linux - G++ 4.9+
23+
- Windows - MSYS2 MINGW 4.9+
24+
- *Windows - MSVC 2015 to be tested*
25+
26+
27+
UNIX Build
28+
----------
29+
mkdir build
30+
cd build
31+
cmake -DCMAKE_BUILD_TYPE=Release ..
32+
make && ctest
33+
34+
1735
Declare a new data type
1836
-----------------------
1937
#include <data.h>

0 commit comments

Comments
 (0)