sjdowling / articles

Source code for my articles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

articles

This project contains source code for posts on http://baptiste-wicht.com

Build

You can get the source with Git:

git clone --recursive https://github.com/wichtounet/articles.git

and then, several targets are available to build the different source projects. The default target build all the projects:

make

then, the executables are present in release/bin/

License

All the code is licensed under the terms of the MIT license. It means that you can use this code in your software, even proprietary, as long as you retain the copyright notice.

About

Source code for my articles

License:MIT License