From 4cb97770219987163501d4b57aab784e49d0b672 Mon Sep 17 00:00:00 2001 From: gal kahana Date: Mon, 7 Feb 2011 23:48:26 +0200 Subject: [PATCH] added zip reference comment --- .gitignore | 3 ++- readme.textile | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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.