Skip to content

pine/BestDocumenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BestDocumenter Build Status

Count your document contributions

Development environment

  • C++11
  • Mac OS X / Ubuntu 14.04
  • cmake
  • libcurl4, libgflags

Mac OS X

First, you must install Homebrew.

$ brew install cmake curl gflags

Ubuntu (14.04)

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

Build

Mac OS X

$ cmake .
$ make

Ubuntu (14.04)

$ CXX=/usr/bin/g++-5 cmake .
$ make

Test

This project uses Catch as test framework.

$ ./bin/best_documenter_test -s

License

BSD License

About

📊 [UNSTABLE] The GitHub commits count tool for developer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors