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
universal binaries, then package the universal binaries in the same manner as
`make dmg`.
+
+Cygwin
+------
+
make cygwinpkg
Build a Cygwin binary package.