Lines Matching +refs:cmake +refs:commands
26 * Build the library followed by the application using the below commands:
33 Users can also use cmake to build for `x86`, `x86_64`, `armv7`, `armv8` and Windows (MSVS project) …
36 …eate MSVS project files for the libxaac decoder and encoder from cmake, run the following commands:
44 $ cmake -G "Visual Studio 15 2017" ..
48 To create MSVS project files for Win64 version from cmake, run the following commands:
52 $ cmake -G "Visual Studio 15 2017 Win64" ..
57 Run the following commands to build the libxaac decoder and encoder for native platform:
65 $ cmake ..
70 Ensure to edit the file cmake/toolchains/*_toolchain.cmake to set proper paths in host for correspo…
77 $ cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/x86_toolchain.cmake
91 $ cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/aarch64_toolchain.cmake
97 $ cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/aarch32_toolchain.cmake