Skip to content

Commit ba89227

Browse files
committed
2 parents a2fa9c2 + af0c08d commit ba89227

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ For upgrading the already installed packages use:
5252
vcpkg update
5353
git pull
5454
vcpkg upgrade --no-dry-run
55+
vcpkg install tiff openjpeg fastcgi libpng --triplet x64-windows
5556
```
5657

5758
## Download IIPImage server
@@ -67,7 +68,7 @@ Source: https://github.com/awesomized/libmemcached
6768

6869
Binaries: https://artifacts.m6w6.name/libmemcached
6970

70-
Download latest binaries - copy *libmemcached-awesome-...* sub-folders (bin, include, lib) to:
71+
Download latest *libmemcached-awesome-1.1.4.zip* and copy *libmemcached-awesome-...* sub-folders (bin, include, lib) to:
7172

7273
<IIP_HOME>\libmemcached
7374

@@ -79,6 +80,8 @@ Start Visual Studio and open the project file:
7980

8081
Select **Release** and target: **x64**
8182

83+
Open: Solution Explorer -> iipsrv -> Project properties
84+
8285
Adjust: Project properties -> C/C++ -> General -> *Additional Include Directories*
8386

8487
%VCPKG_ROOT%\installed\x64-windows\include\fastcgi;..\..\libmemcached\include;%(AdditionalIncludeDirectories)
@@ -132,9 +135,8 @@ to:
132135

133136
\*.dll files - ie:
134137

135-
- jpeg62.dll
136-
- libfcgi.dll
137138
- fcgi-0.dll
139+
- jpeg62.dll
138140
- liblzma.dll
139141
- libpng16.dll
140142
- openjp2.dll
@@ -146,10 +148,10 @@ For Memcached support copy from
146148

147149
<IIP_HOME>\libmemcached\bin\*.dll
148150

149-
- libhashkit.dll
150-
- libmemcached.dll
151-
- libmemcachedprotocol.dll
152-
- libmemcachedutil.dll
151+
- hashkit.dll
152+
- memcached.dll
153+
- memcachedprotocol.dll
154+
- memcachedutil.dll
153155

154156
to:
155157

@@ -208,12 +210,12 @@ FcgidInitialEnv FILESYSTEM_PREFIX "${IIPDATA}"
208210
## VERBOSITY: 1 to 6
209211
FcgidInitialEnv VERBOSITY "6"
210212
FcgidInitialEnv LOGFILE "${SRVROOT}/logs/iipsrv.log"
211-
FcgidInitialEnv MAX_IMAGE_CACHE_SIZE "50"
212-
FcgidInitialEnv JPEG_QUALITY "90"
213-
FcgidInitialEnv MAX_CVT "3500"
213+
FcgidInitialEnv MAX_IMAGE_CACHE_SIZE "100"
214+
#FcgidInitialEnv JPEG_QUALITY "75"
215+
#FcgidInitialEnv MAX_CVT "3500"
214216
FcgidInitialEnv MAX_LAYERS "-1"
215217
#FcgidInitialEnv MEMCACHED_SERVERS "127.0.0.1:11211"
216-
FcgidInitialEnv ALLOW_UPSCALING "0"
218+
FcgidInitialEnv ALLOW_UPSCALING "1"
217219
FcgidInitialEnv EMBED_ICC "0"
218220
219221
# Define the idle timeout as unlimited and the number of processes we want

0 commit comments

Comments
 (0)