utkarshayachit / stlab.github.io

Home Page:http://stlab.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stlab Documentation

Pull requests for typos, examples, and other improvements are welcome. To file an issue, please use the libraries repository.

Branch states

  • master: master build master coverage

  • develop: develop build develop coverage

Building (Mac)

You'll need Homebrew to make sure you have the most recent version of Ruby.

Setup

  1. Clone the repo
  2. brew install ruby
  3. sudo gem install bundle jekyll github-pages liquid

Periodically run gem update and bundle update to make sure you have the latest jekyll tooling.

Building Docs

  1. cd to repo directory
  2. bundle exec jekyll serve --watch
  3. Documentation viewable at localhost:4000
  4. Modifying sources should auto-regenerate the documentation

Building Examples

  1. ./build.sh will download dependencies, build, and run all the *.cpp files in the libraries directory.

About

http://stlab.cc


Languages

Language:C++ 43.2%Language:HTML 29.6%Language:CSS 21.3%Language:JavaScript 2.7%Language:Shell 2.1%Language:CMake 1.0%Language:Ruby 0.1%