Update build instructions for new autoconf, GitHub
The Linux build machine has been upgraded to autoconf 2.69, automake 1.15, m4 1.4.17, and libtool 2.4.6, so it is no longer necessary to recommend running autoreconf prior to building the source, if one is building from an official source tarball (as opposed to from a git sandbox.) Also, there is no SVN repository anymore (oops.)
This commit is contained in:
10
BUILDING.txt
10
BUILDING.txt
@@ -89,8 +89,8 @@ for 64-bit build instructions.)
|
||||
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/
|
||||
|
||||
@@ -425,12 +425,6 @@ the SDK.
|
||||
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
|
||||
----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user