Corrected the README for the last time

This commit is contained in:
Thomas Touhey 2016-04-22 00:02:23 +02:00
parent 1a2be27a34
commit 8c48a40a97
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ To compile with the library, either :
To link with your project, either :
- add the libmonochrome.a to one of your static libraries directories ;
- add this library to your static libraries path by adding '-L "path/to/dir"' to your linker's flags/
- add this library to your static libraries path by adding '-L "path/to/dir"' to your linker's flags.
In either way, you will have to add '-lmonochrome' to your linker's flags.
An example of using this library will then be :