Searched +full:ninja +full:- +full:linux (Results 1 – 25 of 104) sorted by relevance
12345
/external/libyuv/files/docs/ |
D | getting_started.md | 5 ## Pre-requisites 7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools 14 gclient config --name src https://chromium.googlesource.com/libyuv/libyuv 35 For Android add `;target_os=['android'];` to your Linux .gclient 47 target_os = ["android", "linux"]; 54 …files for your environment using gyp (Windows: Visual Studio, OSX: XCode, Linux: make). This gener… 65 call gn gen out/Release "--args=is_debug=false target_cpu=\"x86\"" 66 call gn gen out/Debug "--args=is_debug=true target_cpu=\"x86\"" 67 ninja -v -C out/Release 68 ninja -v -C out/Debug [all …]
|
D | deprecated_builds.md | 5 ## Pre-requisites 7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools 37 For Android add `;target_os=['android'];` to your Linux .gclient 65 …files for your environment using gyp (Windows: Visual Studio, OSX: XCode, Linux: make). This gener… 77 call python gyp_libyuv -fninja -G msvs_version=2013 78 ninja -j7 -C out\Release 79 ninja -j7 -C out\Debug 82 call python gyp_libyuv -fninja -G msvs_version=2013 83 ninja -C out\Debug_x64 84 ninja -C out\Release_x64 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/debian8/ |
D | Dockerfile | 1 #===- llvm/utils/docker/debian8/build/Dockerfile -------------------------===// 8 #===----------------------------------------------------------------------===// 15 sed 's/^deb/deb-src /g' >> /etc/apt/sources.list 17 RUN apt-get update && \ 18 apt-get install -y --no-install-recommends ca-certificates gnupg \ 19 build-essential python wget subversion unzip && \ 20 rm -rf /var/lib/apt/lists/* 21 # Install a newer ninja release. It seems the older version in the debian repos 23 RUN wget "https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip" && \ 24 echo "d2fea9ff33b3ef353161ed906f260d565ca55b8ca0568fa07b1d2cab90a84a07 ninja-linux.zip" \ [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | HowToCrossCompileLLVM.rst | 2 How To Cross-Compile Clang/LLVM using Clang/LLVM 11 For more information on how to use Clang as a cross-compiler, 16 Cross-Compiling from x86_64 to ARM 19 In this use case, we'll be using CMake and Ninja, on a Debian-based Linux 20 system, cross-compiling from an x86_64 host (most Intel and AMD chips 21 nowadays) to a hard-float ARM target (most ARM targets nowadays). 26 * ``ninja-build`` (from backports in Ubuntu) 27 * ``gcc-4.7-arm-linux-gnueabihf`` 28 * ``gcc-4.7-multilib-arm-linux-gnueabihf`` 29 * ``binutils-arm-linux-gnueabihf`` [all …]
|
/external/llvm/docs/ |
D | HowToCrossCompileLLVM.rst | 2 How To Cross-Compile Clang/LLVM using Clang/LLVM 11 For more information on how to use Clang as a cross-compiler, 16 Cross-Compiling from x86_64 to ARM 19 In this use case, we'll be using CMake and Ninja, on a Debian-based Linux 20 system, cross-compiling from an x86_64 host (most Intel and AMD chips 21 nowadays) to a hard-float ARM target (most ARM targets nowadays). 26 * ``ninja-build`` (from backports in Ubuntu) 27 * ``gcc-4.7-arm-linux-gnueabihf`` 28 * ``gcc-4.7-multilib-arm-linux-gnueabihf`` 29 * ``binutils-arm-linux-gnueabihf`` [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Linux Build Script. 19 set -e 21 set -x 24 SRC=$PWD/github/SPIRV-Tools 34 sudo ln -s /usr/bin/clang-3.8 /usr/bin/clang 35 sudo ln -s /usr/bin/clang++-3.8 /usr/bin/clang++ 36 CMAKE_C_CXX_COMPILER="-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++" 50 ADDITIONAL_CMAKE_FLAGS="-DCMAKE_CXX_FLAGS=-fsanitize=address -DCMAKE_C_FLAGS=-fsanitize=address" 51 export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.4 [all …]
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Linux Build Script. 19 set -e 21 set -x 24 SRC=$PWD/github/SPIRV-Tools 34 sudo ln -s /usr/bin/clang-3.8 /usr/bin/clang 35 sudo ln -s /usr/bin/clang++-3.8 /usr/bin/clang++ 36 CMAKE_C_CXX_COMPILER="-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++" 50 ADDITIONAL_CMAKE_FLAGS="-DCMAKE_CXX_FLAGS=-fsanitize=address -DCMAKE_C_FLAGS=-fsanitize=address" 51 export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.4 [all …]
|
/external/deqp-deps/SPIRV-Tools/kokoro/shaderc-smoketest/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -e 19 set -x 27 # Get NINJA. 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 29 unzip -q ninja-linux.zip 38 # Get shaderc dependencies. Link the appropriate SPIRV-Tools. 41 ln -s $GITHUB_DIR/SPIRV-Tools spirv-tools 42 git clone https://github.com/KhronosGroup/SPIRV-Headers.git spirv-headers 51 BUILD_SHA=${KOKORO_GITHUB_COMMIT:-$KOKORO_GITHUB_PULL_REQUEST_COMMIT} [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/shaderc-smoketest/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -e 19 set -x 27 # Get NINJA. 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 29 unzip -q ninja-linux.zip 38 # Get shaderc dependencies. Link the appropriate SPIRV-Tools. 41 ln -s $GITHUB_DIR/SPIRV-Tools spirv-tools 42 git clone https://github.com/KhronosGroup/SPIRV-Headers.git spirv-headers 51 BUILD_SHA=${KOKORO_GITHUB_COMMIT:-$KOKORO_GITHUB_PULL_REQUEST_COMMIT} [all …]
|
/external/deqp-deps/SPIRV-Tools/kokoro/ndk-build/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Linux Build Script. 19 set -e 21 set -x 24 SRC=$PWD/github/SPIRV-Tools 26 # Get NINJA. 27 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 28 unzip -q ninja-linux.zip 32 export ANDROID_NDK=/opt/android-ndk-r15c 36 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/ndk-build/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Linux Build Script. 19 set -e 21 set -x 24 SRC=$PWD/github/SPIRV-Tools 26 # Get NINJA. 27 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 28 unzip -q ninja-linux.zip 32 export ANDROID_NDK=/opt/android-ndk-r15c 36 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/android/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 24 SRC=$PWD/github/SPIRV-Tools 25 TARGET_ARCH="armeabi-v7a with NEON" 26 export ANDROID_NDK=/opt/android-ndk-r15c 28 # Get NINJA. 29 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 30 unzip -q ninja-linux.zip 32 git clone --depth=1 https://github.com/taka-no-me/android-cmake.git android-cmake [all …]
|
/external/deqp-deps/SPIRV-Tools/kokoro/android/ |
D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -e 21 set -x 24 SRC=$PWD/github/SPIRV-Tools 25 TARGET_ARCH="armeabi-v7a with NEON" 26 export ANDROID_NDK=/opt/android-ndk-r15c 28 # Get NINJA. 29 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 30 unzip -q ninja-linux.zip 32 git clone --depth=1 https://github.com/taka-no-me/android-cmake.git android-cmake [all …]
|
/external/boringssl/src/ |
D | BUILDING.md | 6 BoringSSL into another project with a pre-existing build system, see 25 * Building with [Ninja](https://ninja-build.org/) instead of Make is 36 Recent versions of GCC (4.8+) and Clang should work on non-Windows 43 * On x86_64 Linux, the tests have an optional 49 Using Ninja (note the 'N' is capitalized in the cmake invocation): 53 cmake -GNinja .. 54 ninja 67 Note that the default build flags in the top-level `CMakeLists.txt` are for 68 debugging—optimisation isn't enabled. Pass `-DCMAKE_BUILD_TYPE=Release` to 71 If you want to cross-compile then there is an example toolchain file for 32-bit [all …]
|
/external/harfbuzz_ng/.circleci/ |
D | config.yml | 5 macos-10.12.6-aat-fonts: 9 - checkout 10 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo 11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 12 - run: make -j4 13 - run: make check || .ci/fail.sh 15 macos-10.13.6-aat-fonts: 19 - checkout 20 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo 21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo [all …]
|
/external/mesa3d/docs/ |
D | meson.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 24 <p>The meson build is currently only tested on linux, and is known to not work 29 either a ninja build file or Visual Studio® build files. The latter must 30 be enabled via the --backend switch, as ninja is the default backend on all 31 operating systems. Meson only supports out-of-tree builds, and must be passed a 57 command are in the form -D "command"="value". 61 meson configure build/ -Dprefix=/tmp/install -Dglx=true 66 your configured backend to build the project. With ninja, the -C option can be 71 ninja -C build/ [all …]
|
/external/conscrypt/release/ |
D | Dockerfile | 3 RUN yum install -y git \ 10 curl-devel \ 14 glibc-static.i686 \ 15 glibc-devel \ 16 glibc-devel.i686 18 RUN yum update -y nss 21 RUN wget -q --no-cookies --no-check-certificate \ 22 …--header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie… 23 …"http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-… 24 -O - | tar xz -C /var/local [all …]
|
/external/skqp/site/user/ |
D | build.md | 10 `is_official_build` and Third-party Dependencies 11 ------------------------------------------------ 17 with no debug symbols, dynamically linked against its third-party dependencies 20 In contrast, the developer-oriented default is an unoptimized build with full 21 debug symbols and all third-party dependencies built from source and embedded 24 Skia offers several features that make use of third-party libraries, like 25 libpng, libwebp, or libjpeg-turbo to decode images, or ICU and sftnly to subset 26 fonts. All these third-party dependencies are optional and can be controlled 37 -------------------------------------- 45 wrong with non-Clang compilers. So if this is a serious issue for you, please [all …]
|
/external/skia/site/user/ |
D | build.md | 10 `is_official_build` and Third-party Dependencies 11 ------------------------------------------------ 17 with no debug symbols, dynamically linked against its third-party dependencies 20 In contrast, the developer-oriented default is an unoptimized build with full 21 debug symbols and all third-party dependencies built from source and embedded 24 Skia offers several features that make use of third-party libraries, like 25 libpng, libwebp, or libjpeg-turbo to decode images, or ICU and sftnly to subset 26 fonts. All these third-party dependencies are optional and can be controlled 37 -------------------------------------- 45 wrong with non-Clang compilers. So if this is a serious issue for you, please [all …]
|
/external/skia/site/dev/testing/ |
D | xsan.md | 8 - UBSAN works on Linux, Mac, Android, and Windows, though some checks are platform-specific. 9 - ASAN works on Linux, Mac, Android. 10 - TSAN works on Linux and Mac. 11 - MSAN works on Linux[1]. 14 with the system-provided C++ standard library, which is usually libstdc++. 16 We ship a copy of libc++ with our Linux toolchain in /lib. 18 [1]To compile and run with MSAN, an MSAN-instrumented version of libc++ is needed. 23 ------------------------------------------ 26 <!--?prettify lang=sh?--> 29 python infra/bots/assets/clang_linux/download.py -t $CLANGDIR [all …]
|
/external/skqp/site/dev/testing/ |
D | xsan.md | 8 - UBSAN works on Linux, Mac, Android, and Windows, though some checks are platform-specific. 9 - ASAN works on Linux, Mac, Android. 10 - TSAN works on Linux and Mac. 11 - MSAN works on Linux[1]. 14 with the system-provided C++ standard library, which is usually libstdc++. 16 We ship a copy of libc++ with our Linux toolchain in /lib. 18 [1]To compile and run with MSAN, an MSAN-instrumented version of libc++ is needed. 23 ------------------------------------------ 26 <!--?prettify lang=sh?--> 29 python infra/bots/assets/clang_linux/download.py -t $CLANGDIR [all …]
|
/external/v8/gypfiles/ |
D | landmine_utils.py | 2 # Use of this source code is governed by a BSD-style license that can be 23 print '%s -> %r' % (func.__name__, val[0]) 36 return sys.platform.startswith(('linux', 'freebsd')) 80 Possible values: 'win', 'mac', 'linux', 'ios', 'android' 90 return 'linux' 99 Possible values: 'make', 'ninja', 'xcode', 'msvs', 'scons' 104 if generator.endswith('-android'): 105 return generator.split('-')[0] 106 elif generator.endswith('-ninja'): 107 return 'ninja'
|
/external/libprotobuf-mutator/ |
D | .travis.yml | 1 os: linux 10 - ninja-build 11 - liblzma-dev 12 - libz-dev 14 - ubuntu-toolchain-r-test 21 … - env: BUILD_TYPE=Release CC_COMPILER=clang-${CLANG_VERSION} CXX_COMPILER=clang++-${CLANG_VERSION} 25 - *common_packages 26 - clang-7 28 - *common_sources 29 - sourceline: 'deb http://apt.llvm.org/jessie/ llvm-toolchain-jessie main' [all …]
|
/external/v8/tools/vim/ |
D | ninja-build.vim | 2 " Use of this source code is governed by a BSD-style license that can be 5 " Adds a "Compile this file" function, using ninja. On Mac, binds Cmd-k to 6 " this command. On Windows, Ctrl-F7 (which is the same as the VS default). 7 " On Linux, <Leader>o, which is \o by default ("o"=creates .o files) 9 " Adds a "Build this target" function, using ninja. This is not bound 14 " Requires that gyp has already generated build.ninja files, and that ninja is 16 " Bumps the number of parallel jobs in ninja automatically if goma is 20 " so /path/to/src/tools/vim/ninja-build.vim 50 sys.path.append(os.path.join(v8_root, 'tools', 'ninja')) 58 flags = ['-j', '512'] [all …]
|
/external/conscrypt/ |
D | .travis.yml | 5 - BORINGSSL_HOME="$HOME/boringssl" 6 - CXXFLAGS="-std=c++11" 7 - GOOGLE_JAVA_FORMAT_VERSION=1.1 11 - $HOME/.gradle/caches/ 12 - $HOME/.gradle/wrapper/dists/ 17 ### Linux build is the only platform that builds Android here. 19 - os: linux 24 - ANDROID_TOOLS_URL="https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip" 25 - ANDROID_HOME="$HOME/android-sdk-linux" 26 - ANDROID_NDK_HOME="$ANDROID_HOME/ndk-bundle" [all …]
|
12345