sh {source_directory}/configure [additional configure flags]
make
-NOTE: Running autoreconf in the source directory is usually only necessary if
-building libjpeg-turbo from the SVN repository.
+NOTE: Running autoreconf in the source directory is not necessary if building
+libjpeg-turbo from one of the official release tarballs.
This will generate the following files under .libs/
Once built, lipo can be used to combine the ARMv6, v7, v7s, and/or v8 variants
into a universal library.
-NOTE: If you are building libjpeg-turbo from the "official" project tarball,
-then it is highly likely that you will need to run 'autoreconf -fiv' in the
-source tree prior to building ARMv7, v7s, or v8 iOS binaries using the
-techniques described above. Otherwise, you may get a libtool error such as
-"unable to infer tagged configuration."
-
Building libjpeg-turbo for Android
----------------------------------