summaryrefslogtreecommitdiff
path: root/trunk/BUILDING.txt
AgeCommit message (Expand)Author
2012-06-28Later versions of autoconf (specifically, the one shipped with Xcode 4.3) def...dcommander
2012-03-23Get rid of the Solaris packaging system. Solaris packages are obsolete, only...dcommander
2012-03-23"Sun Studio"="Oracle Solaris Studio"dcommander
2012-02-10'make iosdmg' now works with 32-bit builds as welldcommander
2012-02-09Infrastructure for producing a universal x86-64/i386/ARM version of libjpeg.a...dcommander
2012-01-31Add more extensive TurboJPEG regression testsdcommander
2012-01-27Be clear that we are only emulating the libjpeg v7/v8 API/ABI, not the librar...dcommander
2011-12-15"which"="that"dcommander
2011-10-27iOS doesn't allow dynamic linking against non-system libsdcommander
2011-10-19ARM + iOS instructionsdcommander
2011-04-16Update build instructions to reflect the fact that 32-bit LJT build doesn't w...dcommander
2011-04-03Allow customization of Java compiler flagsdcommander
2011-04-02Change build instructions and README to reflect the fact that the Java front-...dcommander
2011-04-01Modify build instructions to reflect the fact that the Java front-end classes...dcommander
2011-02-18The API/ABI should be described as "libjpeg v8", not "libjpeg v8b", since the...dcommander
2011-02-07Ported jpgtest.cxx to pure C to avoid the need for a C++ compilerdcommander
2011-02-06git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@3...dcommander
2011-02-05Build JNI wrapper on Windowsdcommander
2011-02-05git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@3...dcommander
2011-02-04Add JNI wrapper for TurboJPEG/OSSdcommander
2010-11-23Allow arithmetic encoding/decoding to be disabled in CMake builddcommander
2010-11-04git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@2...dcommander
2010-10-21Allow Mac and Solaris packages to be built with v7/v8b emulated librariesdcommander
2010-10-18Modify OS X universal binary creation process to give the user more control o...dcommander
2010-10-18MinGW under Cygwin needs CMAKE_SYSTEM_NAME=Windows as well, since technically...dcommander
2010-10-18Cygwin is only supported with the autotools build systemdcommander
2010-10-16Document 'make install'dcommander
2010-10-16Additional MinGW recipesdcommander
2010-10-16Document new CMake build systemdcommander
2010-09-30"OS/X" = "OS X"dcommander
2010-07-08Document NASM version requirement for 64-bit backward compatible builddcommander
2010-07-0264-bit support doesn't just exist in 10.6.dcommander
2010-06-04Some Linux platforms require -m32 in the LDFLAGS as welldcommander
2010-05-1764-bit FreeBSD sets host_cpu to "amd64", not "x86_64". Handle that case so t...dcommander
2010-05-17Updated Windows build informationdcommander
2010-05-10Use "make nsi" instead of "make dist" to be consistent with MinGW builddcommander
2010-04-20Win64 (mostly) works nowdcommander
2010-04-10Added FreeBSD build instructionsdcommander
2010-02-24Visual C++ libraries can't be made to work with MinGW because of the dependen...dcommander
2010-02-244.0 is significantly slower than 4.1+dcommander
2010-02-23We don't actually need to use GCC 4.0 to do a backward compatible build, and ...dcommander
2010-02-22Clarify Win64 issuedcommander
2010-02-19Add note about texinfo dependency in NASM builddcommander
2010-02-18First attempt at Win64 supportdcommander
2010-02-17Sun Studio recipesdcommander
2010-02-16Split build instructions into a new file and add SDK usage notes to README-tu...dcommander