Getting started with DOP-C is as easy as obtaining a copy of the files.
git clone https://github.com/DeltaBoyBZ/dop-c
The directory structure should be something like this:
dop-c
├── include
│ └── dopc
│ └── dopc.hpp
├── MOZILLA_PUBLIC_LICENSE_V2.txt
├── NOTICE.txt
└── README.md
To use DOP-C in your own projects,
simply make sure the directory dop-c/include
is in the include path of your build system.