Skip to content

hawkmauk/cpp-skeleton

Repository files navigation

Overview

Dependencies

$ sudo apt-get install libboost-program-options-dev libboost-base-dev libboost-test-dev

Build

$ ./autogen.sh
$ mkdir build
$ cd build
$ ../configure
$ make

Configure options

Debugging

You can enable debugging for the executables by running configure with the --enable-debug option

../configure --enable-debug

Integration testing

You can enable the integration test suite by running configure with the --enable-tests option

../configure --enable-tests

About

No description, website, or topics provided.

Resources

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published