From 701a83c9e4591aaa3543abb8b5ebf93105a43aaa Mon Sep 17 00:00:00 2001 From: dcommander Date: Wed, 24 Feb 2010 07:24:26 +0000 Subject: Visual C++ libraries can't be made to work with MinGW because of the dependency on msvcr90.dll, so build a separate installer for MinGW libraries git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@151 632fc199-4ca6-4c93-a231-07263d6284db --- BUILDING.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'BUILDING.txt') diff --git a/BUILDING.txt b/BUILDING.txt index 9611766..a3cea30 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -293,8 +293,14 @@ make udmg later, whereas the 64-bit fork is compatible with OS X 10.6 and later. OS X 10.4 compatibility SDK required. +make nsi + + When using MinGW, this creates a Win32 installer for the GCC version of the + libjpeg-turbo SDK. This requires the Nullsoft Install System + (http://nsis.sourceforge.net/.) makensis.exe should be in your PATH. + make -f win/Makefile dist - This creates a Win32 installer for the libjpeg-turbo SDK. This requires the - Nullsoft Install System (http://nsis.sourceforge.net/.) makensis.exe should - be in your PATH. + This creates a Win32 installer for the Visual C++ version of the + libjpeg-turbo SDK. This requires the Nullsoft Install System + (http://nsis.sourceforge.net/.) makensis.exe should be in your PATH. -- cgit v1.2.3