Persistent Memory Development Kit

This is examples/libpmemset/README.

This directory contains examples for libpmemset, the library containing
low-level persistent memory support.  A detailed explanation of these
examples can be found here: https://pmem.io/pmdk/libpmemset

To build these examples:
	make

These examples can be built against an installed system using:
	make LIBDIR=/usr/lib INCDIR=/usr/include

If you're looking for documentation to get you started using PMDK,
start here: https://pmem.io/pmdk and follow the links to examples and
man pages.
