Wordsmithing
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1271 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
16
BUILDING.txt
16
BUILDING.txt
@@ -325,11 +325,9 @@ supported.
|
|||||||
Building libjpeg-turbo for iOS
|
Building libjpeg-turbo for iOS
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
iOS platforms, such as the iPhone and iPad, also use ARM processors, some of
|
iOS platforms, such as the iPhone and iPad, use ARM processors, some of which
|
||||||
which support NEON instructions. Additional steps are required to build
|
support NEON instructions. Additional steps are required in order to build
|
||||||
libjpeg-turbo for these platforms. The steps below assume iOS SDK v4.3. If
|
libjpeg-turbo for these platforms.
|
||||||
you are using a different SDK version, then you will need to modify the
|
|
||||||
examples accordingly.
|
|
||||||
|
|
||||||
Additional build requirements:
|
Additional build requirements:
|
||||||
|
|
||||||
@@ -508,10 +506,10 @@ instance:
|
|||||||
cd {build_directory}
|
cd {build_directory}
|
||||||
cmake -G "Visual Studio 10" {source_directory}
|
cmake -G "Visual Studio 10" {source_directory}
|
||||||
|
|
||||||
NOTE: Add "Win64" to the generator name (e.g. "Visual Studio 10 Win64") to
|
NOTE: Add "Win64" to the generator name (for example, "Visual Studio 10
|
||||||
build a 64-bit version of libjpeg-turbo. Recent versions of CMake no longer
|
Win64") to build a 64-bit version of libjpeg-turbo. Recent versions of CMake
|
||||||
document that. A separate build directory must be used for 32-bit and 64-bit
|
no longer document that. A separate build directory must be used for 32-bit
|
||||||
builds.
|
and 64-bit builds.
|
||||||
|
|
||||||
You can then open ALL_BUILD.vcproj in Visual Studio and build one of the
|
You can then open ALL_BUILD.vcproj in Visual Studio and build one of the
|
||||||
configurations in that project ("Debug", "Release", etc.) to generate a full
|
configurations in that project ("Debug", "Release", etc.) to generate a full
|
||||||
|
|||||||
Reference in New Issue
Block a user