Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.cygwin
Original file line number Diff line number Diff line change
@@ -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)