From cea4ca9b2d4ad0bbc97dc14c46f560a26a129b49 Mon Sep 17 00:00:00 2001 From: Micky Lindlar Date: Thu, 13 Feb 2020 11:43:58 +0100 Subject: [PATCH] Created README.cygwin quick info about how to get tool running in cygwin. might be of help to uses less familiar with building from src. --- README.cygwin | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.cygwin diff --git a/README.cygwin b/README.cygwin new file mode 100644 index 0000000..0d2ba6e --- /dev/null +++ b/README.cygwin @@ -0,0 +1,20 @@ +Compile for use with Cygwin +============================ + +== Preparation == +Install latest version of Cygwin (tested with CYGWIN_NT-6.3) +In addition, you need to install the following packages: +- libtiff +- GCC and G++ +- cmake +- make + +== Compile from Cygwin == +Download and unpack zip with sourcefiles +Create folder build in your fixit_tiff folder +Change to build +cmake ../src +make + +== Disclaimer == +(this was tested on Win 8.1 Pro with CYGWIN_NT-6.3 and packages libtiff-devel & libtiff6 v 4.0.7-1, gcc-g++ v 7.4.0.1, cmake 3.14.5-1 and make 4.2.1-1)