From: DRC Date: Mon, 12 Dec 2016 04:38:30 +0000 (-0600) Subject: BUILDING.md: Documentation buglet X-Git-Tag: 1.5.90~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fb4d7e337cfadd3db8fb08ba925361c2b57cfc9;p=libjpeg-turbo BUILDING.md: Documentation buglet `make cygwinpkg` was listed under "Mac". --- diff --git a/BUILDING.md b/BUILDING.md index 0fc37a1..24d3bb9 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -193,9 +193,9 @@ instance: cd {build_directory} cmake -G"Visual Studio 10" [additional CMake flags] {source_directory} -NOTE: Add "Win64" to the generator name (for example, "Visual Studio 10 -Win64") to build a 64-bit version of libjpeg-turbo. A separate build directory -must be used for 32-bit and 64-bit builds. +NOTE: Add "Win64" to the generator name (for example, "Visual Studio 10 Win64") +to build a 64-bit version of libjpeg-turbo. A separate build directory must be +used for 32-bit and 64-bit builds. 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 @@ -728,6 +728,10 @@ will build the sub-builds, use lipo to combine them into a single set of universal binaries, then package the universal binaries in the same manner as `make dmg`. + +Cygwin +------ + make cygwinpkg Build a Cygwin binary package.