Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 680 Bytes

README.rst

File metadata and controls

29 lines (18 loc) · 680 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.

You need to set the variable CXX to a valid C++ compiler for make to work correctly.

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.