Lines Matching +refs:cmake +refs:command +refs:run
11 - [CMake](http://www.cmake.org) v2.8.12 or later
54 or later), which includes command-line versions of the 32-bit and 64-bit
56 * If you intend to build libjpeg-turbo from the command line, then add the
63 * The libjpeg API DLL (**jpeg{version}.dll**) will depend on the C run-time
72 Start Menu link that can be used to launch a command prompt with the
114 NOTE: The build procedures below assume that CMake is invoked from the command
126 cmake -G"Unix Makefiles" [additional CMake flags] {source_directory}
169 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release [additional CMake flags] {source_directory}
202 (run `cmake` with no arguments for a list of available generators.) For
206 cmake -G"Visual Studio 10" [additional CMake flags] {source_directory}
248 cmake -G"MSYS Makefiles" [additional CMake flags] {source_directory}
277 Add `-DCMAKE_BUILD_TYPE=Debug` to the CMake command line. Or, if building
284 Add `-DWITH_JPEG7=1` to the CMake command line to build a version of
286 to the CMake command line to build a version of libjpeg-turbo that is
294 the CMake command line to build a version of libjpeg-turbo that lacks the
307 add `-DWITH_ARITH_ENC=0` or `-DWITH_ARITH_DEC=0` to the CMake command line to
313 Add `-DWITH_JAVA=1` to the CMake command line to incorporate an optional Java
357 variable to the command used to invoke the C compiler.
362 Create a file called **toolchain.cmake** under *{build_directory}*, with the
374 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
385 Create a file called **toolchain.cmake** under *{build_directory}*, with the
397 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
420 The following script demonstrates how to build libjpeg-turbo to run on the
429 cat <<EOF >toolchain.cmake
435 cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
468 cmake -G"Unix Makefiles" \
474 -DCMAKE_TOOLCHAIN_FILE=${NDK_PATH}/build/cmake/android.toolchain.cmake \
495 cmake -G"Unix Makefiles" \
501 -DCMAKE_TOOLCHAIN_FILE=${NDK_PATH}/build/cmake/android.toolchain.cmake \
520 cmake -G"Unix Makefiles" \
524 -DCMAKE_TOOLCHAIN_FILE=${NDK_PATH}/build/cmake/android.toolchain.cmake \
543 cmake -G"Unix Makefiles" \
547 -DCMAKE_TOOLCHAIN_FILE=${NDK_PATH}/build/cmake/android.toolchain.cmake \
556 guide, run
562 cmake-gui {source_directory}
574 an installer package.) To do this, run `make install` or `nmake install`
618 CMake command line, you must specify that the variable is of type `PATH`.
621 cmake -G"{generator type}" -DCMAKE_INSTALL_LIBDIR:PATH=lib {source_directory}
670 primary build has been built, run `make dmg` from the build directory. The
706 `nmake test` (Windows command line) or by building the "RUN_TESTS" target
715 Invoking `make testclean` (Un*x) or `nmake testclean` (Windows command line) or
720 can be run by invoking `make tjtest`. These extended TurboJPEG tests