diff options
Diffstat (limited to 'wsrep-lib/wsrep-API/v26/README.md')
-rw-r--r-- | wsrep-lib/wsrep-API/v26/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wsrep-lib/wsrep-API/v26/README.md b/wsrep-lib/wsrep-API/v26/README.md new file mode 100644 index 00000000..27664805 --- /dev/null +++ b/wsrep-lib/wsrep-API/v26/README.md @@ -0,0 +1,7 @@ +# Write Set Replication API specification + +Building: +``` +cmake [-DCMAKE_BUILD_TYPE=Debug|Release] . && make [VERBOSE=1] +``` +in top directory. |