File: README.txt

package info (click to toggle)
iipimage 1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 7,376 kB
  • sloc: sh: 8,127; cpp: 7,791; ansic: 3,983; java: 872; makefile: 200; perl: 2
file content (14 lines) | stat: -rw-r--r-- 983 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
To build with Visual Studio, you will need to make sure you have the necessary header includes for libtiff, libjpeg, zlib and optionally libmemcached. 
Place these directly in the windows\dependencies\includes folder.

You will need also the library .lib files for these dependencies, which should have been compiled with a compatible version of Visual Studio and 
placed in. These are usually called jpeg.lib, libfcgi.lib, libtiff.lib and zlibstat.lib and optionally MemCacheClient.lib. Place these in the
appropriate folder for your platform:

windows\Visual Studio XX\libs\x64 for 64bit
windows\Visual Studio XX\libs\x32 for 32bit

Now open the solution file for your version of Visual Studio and compile for your platform. The binary output, iipsrv.fcgi will be placed
in windows\Visual Studio XX\Release\x64 or windows\Visual Studio XX\Release\Win32.

To enable/disable libmemcached support, add or remove the HAVE_MEMCACHED preprocessor defintion from the solution properties.