aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-02-24 07:24:26 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-02-24 07:24:26 +0000
commit701a83c9e4591aaa3543abb8b5ebf93105a43aaa (patch)
tree7817a4a57d173340214e9f959e30ce7d6fb35f0c /BUILDING.txt
parentd249abbaa6baf116a97ea7facae5aee08838ae3d (diff)
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
Diffstat (limited to 'BUILDING.txt')
-rw-r--r--BUILDING.txt12
1 files changed, 9 insertions, 3 deletions
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.