Added license and slightly modified README

This commit is contained in:
Thomas Touhey 2016-04-22 22:19:32 +02:00
parent bf8698e72c
commit f9f9bae762
2 changed files with 12 additions and 5 deletions

3
LICENSE.md Normal file
View File

@ -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.

View File

@ -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 ;