hawkmauk / cpp-skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:M4 45.5%Language:Shell 41.7%Language:C++ 6.5%Language:Python 4.6%Language:Makefile 1.7%