Count your document contributions
- C++11
- Mac OS X / Ubuntu 14.04
- cmake
- libcurl4, libgflags
First, you must install Homebrew.
$ brew install cmake curl gflags
First, you must install gcc 5 or higher.
$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
$ sudo apt-get update
$ sudo apt-get install gcc-5 g++-5
And, please install dependency libs.
$ sudo apt-get install cmake libgflags-dev libcurl4-openssl-dev
$ cmake .
$ make
$ CXX=/usr/bin/g++-5 cmake .
$ make
This project uses Catch as test framework.
$ ./bin/best_documenter_test -s
BSD License