Added compilation instructions to example

This commit is contained in:
tastytea 2018-12-26 06:42:00 +01:00
parent 84b97fdf9f
commit ca4ed6f2ab
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 6 deletions

View File

@ -1,15 +1,12 @@
/* This file is part of identiconpp.
* Public Domain / CC-0
*
* Compile with g++ $(Magick++-config --cppflags --ldflags) -lidenticonpp
*/
#include <iostream>
#include <string>
#include "identiconpp.hpp"
#include <Magick++/Image.h>
using std::cout;
using std::endl;
using std::string;
#include "identiconpp.hpp"
int main(int argc, char *argv[])
{