From f9f9bae7622bfbb180a589bb1dcc539a67167eac Mon Sep 17 00:00:00 2001 From: Thomas Touhey Date: Fri, 22 Apr 2016 22:19:32 +0200 Subject: [PATCH] Added license and slightly modified README --- LICENSE.md | 3 +++ README.md | 14 +++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..86e6ba1 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,3 @@ +# libmonochrome is free software. + +The only thing I could find about the license in the original files was "MonochromeLib is free software". So is libmonochrome. diff --git a/README.md b/README.md index dba115c..eb460d5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # libmonochrome - The MonochromeLib static implementation -The monochrome library was made by PierrotLL. -This project is only a reorganization of the files to make a static library, instead of having to include the source files in the projects each time. +The monochrome library was made by PierrotLL. This project is only a reorganization of the files to make a static library, instead of having to include the source files in the projects each time. ---- +## Building -Using ------ +Building the library is achieved by the Makefile : +- `make`: make the library ; +- `make clean`: clean the object files ; +- `make fclean`: clean the object files and the final library ; +- `make re`: cleans the object files and the final library, then makes the project. + +## Using To compile with the library, either : - add the monochrome.h file to one of your include directories ;