Pull requests for typos, examples, and other improvements are welcome. To file an issue, please use the libraries repository.
You'll need Homebrew to make sure you have the most recent version of Ruby.
- Clone the repo
brew install ruby
sudo gem install bundle jekyll github-pages liquid
Periodically run gem update
and bundle update
to make sure you have the latest jekyll tooling.
cd
to repo directorybundle exec jekyll serve --watch
- Documentation viewable at
localhost:4000
- Modifying sources should auto-regenerate the documentation
./build.sh
will download dependencies, build, and run all the*.cpp
files in thelibraries
directory.