nvml-sys 0.0.6

A low-level FFI wrapper around the Persistent Memory Development Kit, PMDK (formerly NVML) and its libraries, including libpmem, libpmemobj and others. Currently tracks master after version 1.3.1.
Persistent Memory Development Kit

This is examples/libpmemcto/life/README.

This directory contains an example application that implements
Conway's Game of Life using libpmemcto.

To launch the game:
	./life file [iterations]

The file with the game session will either be created if it doesn't exist
or opened if it contains a valid pool.

** DEPENDENCIES: **
In order to build both variants of the game you need to install ncurses
development package.

rpm-based systems : ncurses-devel
dpkg-based systems: libncursesX-dev (where X is the API/ABI version)