From: DRC Date: Fri, 27 Jul 2018 16:44:46 +0000 (-0500) Subject: Clarify Android Windows build instructions X-Git-Tag: 2.0.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=574f3a772c96dc9db2c98ef24706feb3f6dbda9a;p=libjpeg-turbo Clarify Android Windows build instructions (must add .exe to CMAKE_C_COMPILER) Addresses a concern raised in #245, #260 --- diff --git a/BUILDING.md b/BUILDING.md index 2ebc6e0..b11ab8b 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -682,6 +682,8 @@ If building for Android 4.0.x (API level < 16) or earlier, remove `-DCMAKE_POSITION_INDEPENDENT_CODE=1` from the CMake arguments and `-pie` from `LDFLAGS`. +If building on Windows, add `.exe` to the end of `CMAKE_C_COMPILER`. + Advanced CMake Options ----------------------