Skip to content
Alexander Saprykin edited this page Feb 8, 2016 · 13 revisions

Overview

PLib is a cross-platform system C library with some helpful routines. Its main purpose is to provide operating system abstraction layer for the higher level software. It is designed to be lightweight and memory efficient as well as easy to use. It was tested on a wide range of operating systems, architectures and compilers to deliver as much errorless and robust code as possible.

Building

CMake is used throughout the whole configuration and building process. Read more about building.

Testing

CTest from CMake is used for tests management, while the Boost libraries are used to write unit tests. Read more about testing.

More

Platform support

Clone this wiki locally