Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 593 Bytes

README.rst

File metadata and controls

25 lines (16 loc) · 593 Bytes

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.