diff --git a/.gitignore b/.gitignore index 3b3f0ab..66cd514 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ _.swp #unwanted other sources # ######################## -PDFWriter \ No newline at end of file +PDFWriter +PDFWriter.zip \ No newline at end of file diff --git a/readme.textile b/readme.textile index e2c0058..aeff4af 100644 --- a/readme.textile +++ b/readme.textile @@ -1,2 +1,5 @@ Samples for "PDFWriter":https://github.com/galkahana/PDF-Writer project. -i'm building blog that should have some walkthroughs. \ No newline at end of file +i'm building blog that should have some walkthroughs. +To compile this solution you must also download the PDFWriter.zip package, +which has the PDFWriter library compiled to Win7 [which is probably good for any other non-ancient windows], +then unzip it to the solution folder (where the sln file is) and you should be good to go.