Searched +full:add +full:- +full:apt +full:- +full:repository (Results 1 – 25 of 38) sorted by relevance
12
| /third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/ |
| D | continuous.sh | 5 set -e # Fail on any error. 6 set -x # Display commands being run. 9 sudo aptitude purge -yq cmake 10 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add - 11 sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main' 12 sudo aptitude update -yq 13 sudo aptitude install -yq cmake 14 cmake --version 17 sudo add-apt-repository ppa:ubuntu-toolchain-r/test 18 sudo aptitude update -yq [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | x86_test-base.sh | 3 set -e 4 set -o xtrace 8 apt-get install -y ca-certificates gnupg2 software-properties-common 10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list 16 python3-dev \ 17 python3-pip \ 18 python3-setuptools \ 19 python3-wheel \ 22 # Add llvm 13 to the build image 23 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key [all …]
|
| D | x86_build-base.sh | 3 set -e 4 set -o xtrace 8 apt-get install -y ca-certificates gnupg2 software-properties-common 10 # Add llvm 13 to the build image 11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key 12 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main" 14 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list 19 python3-pip \ 20 python3-setuptools \ 23 apt-get update [all …]
|
| D | x86_test-vk.sh | 5 set -e 6 set -o xtrace 15 g++-mingw-w64-i686-posix \ 16 g++-mingw-w64-x86-64-posix \ 17 glslang-tools \ 18 libexpat1-dev \ 20 libgbm-dev \ 21 libgles2-mesa-dev \ 22 liblz4-dev \ 23 libpciaccess-dev \ [all …]
|
| /third_party/protobuf/kokoro/docs/ |
| D | publish-python.sh | 2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/master/.kokoro/publish-docs.sh 4 set -eo pipefail 12 sudo apt-get update 13 sudo apt-get -y install software-properties-common 14 sudo add-apt-repository universe 15 sudo apt-get update 16 sudo apt-get -y install unzip 17 wget https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_… 18 unzip protoc-3.11.2-linux-x86_64.zip bin/protoc 20 python3.6 -m venv venv [all …]
|
| /third_party/alsa-utils/.github/workflows/ |
| D | build.yml | 1 name: Build alsa-utils 7 runs-on: ubuntu-latest 11 - name: Prepare environment 13 dnf -y upgrade 14 dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel 16 - name: Checkout alsa-lib 19 repository: alsa-project/alsa-lib 21 path: alsa-lib 22 - name: Configure alsa-lib 24 cd alsa-lib [all …]
|
| /third_party/lz4/.circleci/images/primary/ |
| D | Dockerfile | 1 FROM circleci/buildpack-deps:bionic 3 RUN sudo apt-get -y -qq update 4 RUN sudo apt-get -y install software-properties-common 5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 6 RUN sudo apt-get -y install cmake 7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm 8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386 9 RUN sudo apt-get -y install clang clang-tools 10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6 11 RUN sudo apt-get -y install valgrind [all …]
|
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | test-users.yml | 10 runs-on: ${{ matrix.os }} 15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e… 17 - build: ubuntu 18 os: ubuntu-latest 20 - build: i686-linux 21 os: ubuntu-latest 23 target: i686-unknown-linux-gnu 24 gcc_package: gcc-i686-linux-gnu 25 gcc: i686-linux-gnu-gcc 26 libc_package: libc-dev-i386-cross [all …]
|
| /third_party/benchmark/.github/workflows/ |
| D | build-and-test.yml | 1 name: build-and-test 8 # TODO: add 32-bit builds (g++ and clang++) for ubuntu 9 # (requires g++-multilib and libc6:i386) 10 # TODO: add coverage build (requires lcov) 11 # TODO: add clang + libc++ builds for ubuntu 14 runs-on: ${{ matrix.os }} 16 fail-fast: false 18 os: [ubuntu-latest, ubuntu-20.04, macos-latest] 22 - displayTargetName: windows-latest-release 23 os: windows-latest [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | create-rootfs.sh | 3 set -ex 6 ARCH_PACKAGES="firmware-qcom-media 7 firmware-linux-nonfree 10 libglu1-mesa 11 libvulkan-dev 14 # Add llvm 13 to the build image 15 apt-get -y install --no-install-recommends wget gnupg2 software-properties-common 16 apt-key add /llvm-snapshot.gpg.key 17 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main" 19 ARCH_PACKAGES="firmware-amd-graphics [all …]
|
| /third_party/benchmark/ |
| D | .travis.yml | 7 - compiler: gcc 9 apt: 11 - lcov 13 - compiler: gcc 15 apt: 17 - g++-multilib 18 - libc6:i386 20 - COMPILER=g++ 21 - C_COMPILER=gcc 22 - BUILD_TYPE=Debug [all …]
|
| /third_party/vk-gl-cts/ |
| D | history.log | 3 1012 sudo apt install autopoint 5 1014 sudo apt install pygobject-3.0 6 1015 sudo apt install pygobject 7 1016 sudo apt install python-gi-dev 9 1018 sudo apt install cython 12 1021 blueman-manager 30 1039 find . -name blueman-manager 31 1040 find . -name blueman 32 1041 find . -name "blueman" 33 1042 find . -name "blueman*" [all …]
|
| /third_party/mbedtls/tests/docker/bionic/ |
| D | Dockerfile | 4 # ------- 9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start 13 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 22 RUN apt-get update \ 23 && apt-get -y install software-properties-common \ 24 && rm -rf /var/lib/apt/lists 26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa 28 RUN apt-get update \ 29 && apt-get -y install \ 31 build-essential \ [all …]
|
| /third_party/vk-gl-cts/external/amber/src/kokoro/android/ |
| D | build.sh | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 set -e # Fail on error 16 set -x # Display commands as run 22 export ANDROID_NDK="$BUILD_ROOT/android-ndk-r25b" 24 ANDROID_PLATFORM="android-14" 25 ANDROID_ABI="armeabi-v7a with NEON" 29 # Disable git's "detected dubious ownership" error - kokoro checks out the repo with a different 31 git config --global --add safe.directory '*' 34 echo y | sudo apt-get purge --auto-remove cmake 38 wget http://www.cmake.org/files/v3.18/cmake-3.18.6.tar.gz [all …]
|
| /third_party/libphonenumber/cpp/ |
| D | README | 6 This project uses some third-party code: 7 - src/phonenumbers/utf/ sources come from lib9 which is also used in Go. 11 ----------------------------------- 12 In recent Debian-based distributions you may be able to simply install the 16 - Use this if you just need to use or link against the library: 17 $ sudo apt-get install libphonenumber8 libphonenumber-dev 20 - Use this if you wish to develop or debug the library: 21 $ sudo apt-get source libphonenumber 28 -------------------------------------------- 31 The example command lines below assume that you have a Debian-based GNU/Linux [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/ |
| D | BUILD.adoc | 1 // Copyright 2014-2024 The Khronos Group Inc. 2 // SPDX-License-Identifier: CC-BY-4.0 8 ifdef::env-github[] 9 :note-caption: :information_source: 26 First, clone the Khronos GitHub repository containing the Vulkan 28 The repository is located at https://github.com/KhronosGroup/Vulkan-Docs/. 32 If you are using the <<depends-docker, Khronos-Provided Docker Image>>, 38 executed from the specification repository root. 40 `runDocker` runs the Docker image with the cloned repository mounted under 47 $ ./makeSpec -spec core html [all …]
|
| /third_party/protobuf/php/ |
| D | README.md | 5 runtime APIs and share the same generated code. Users don’t need to re-generate 19 - C extension: PHP 5.5, 5.6, or 7. 20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6 or 7. 39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc 50 sudo pecl install protobuf-{VERSION}.tgz 56 [PECL](https://pecl.php.net/). To use this pre-packaged extension, simply 60 sudo pecl install protobuf-{VERSION} 67 Simply add "google/protobuf" to the 'require' section of composer.json in your 74 compiler (protoc), as described in this repository's main `README` file. The 75 version of `protoc` included in the latest release supports the `--php_out` [all …]
|
| /third_party/icu/docs/processes/ |
| D | fuzzer_targets.md | 1 <!-- 4 --> 9 This documents describes how to develop a [fuzzer](https://opensource.google.com/projects/oss-fuzz) 15 [`source/test/fuzzer/`](https://github.com/unicode-org/icu/tree/main/icu4c/source/test/fuzzer) 17 targets by the OSS-Fuzz system. 31 fuzzer-controlled data of size `size` bytes. Part or all of this data is then passed into the 35 [`collator_rulebased_fuzzer.cpp`](https://github.com/unicode-org/icu/blob/main/icu4c/source/test/fu… 74 ICU fuzzer targets are built and executed by the OSS-Fuzz project. On side of ICU they are compiled 78 Add the new fuzzer target to the list of targets in the `FUZZER_TARGETS` variable in 79 [`Makefile.in`](https://github.com/unicode-org/icu/blob/main/icu4c/source/test/fuzzer/Makefile.in). [all …]
|
| /third_party/skia/third_party/externals/sfntly/doc/ |
| D | build_cpp.md | 9 g++ must support built-in atomic ops and has companion libstd++. 27 …For example, you can run `sudo apt-get install libicu-dev` in Ubuntu and see if the required libra… 29 …For Windows, download from http://site.icu-project.org/download or extract the one from `ext/redis… 35 For Mac users, please download ICU source tarball from http://site.icu-project.org/download 40 Clone the Git repository from https://github.com/googlei18n/sfntly. 46 1. If you don't have cmake installed, extract the cmake-XXX.zip 47 into `d:\src\sfntly\cpp\ext\cmake` removing the "-XXX" part. 49 2. Extract gtest-XXX.zip into `d:\src\sfntly\cpp\ext\gtest` 50 removing the "-XXX" part. 51 3. Extract icu4c-XXX.zip into `d:\src\sfntly\cpp\ext\icu` [all …]
|
| /third_party/vulkan-loader/ |
| D | BUILD.md | 3 Instructions for building this repository on Linux, Windows, and MacOS. 7 - [Build Instructions](#build-instructions) 8 - [Table Of Contents](#table-of-contents) 9 - [Contributing to the Repository](#contributing-to-the-repository) 10 - [Repository Content](#repository-content) 11 - [Installed Files](#installed-files) 12 - [Build Requirements](#build-requirements) 13 - [Test Requirements](#test-requirements) 14 - [Repository Set-Up](#repository-set-up) 15 - [Display Drivers](#display-drivers) [all …]
|
| /third_party/NuttX/ |
| D | README.md | 5 - Getting Help 6 - Mailing Lists 7 - Issue Tracker 8 - Source Code 9 - Website Source Code 11 - Installing Cygwin 12 - Ubuntu Bash under Windows 10 13 - Using macOS 15 - Download and Unpack 16 - Semi-Optional apps/ Package [all …]
|
| /third_party/mesa3d/docs/ci/ |
| D | index.rst | 5 --------- 8 We use it to test merge requests (MRs) before merging them (pre-merge testing), 9 as well as post-merge testing, for everything that hits ``main`` 11 and even then the MR CI runs in the forked repository, which might have been 14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering: 16 - Build testing for a number of build systems, configurations and platforms 17 - Sanity checks (``meson test``) 18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested 19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__ 20 - Replay of application traces [all …]
|
| /third_party/mindspore/ |
| D | README.md | 1 ](https://pypi.org/p… 6 …/img.shields.io/docker/pulls/mindspore/mindspore-cpu.svg)](https://hub.docker.com/r/mindspore/mind… 7 …s://img.shields.io/github/license/mindspore-ai/mindspore.svg?style=flat-square)](https://github.co… 8 …ps://img.shields.io/badge/slack-chat-green.svg?logo=slack)](https://join.slack.com/t/mindspore/sha… 9 [](https:… 13 <!-- TOC --> 15 - [What Is MindSpore](#what-is-mindspore) 16 - [Automatic Differentiation](#automatic-differentiation) 17 - [Automatic Parallel](#automatic-parallel) [all …]
|
| /third_party/icu/docs/processes/release/tasks/ |
| D | docs.md | 1 --- 7 --- 9 <!-- 12 --> 18 {: .no_toc .text-delta } 23 --- 30 see** [ICU-8862](https://unicode-org.atlassian.net/browse/ICU-8862) **).** 33 `sudo apt-get install doxygen` 39 "`configure --prefix /usr/local`" (to install into /usr/local/bin etc)<br> 43 4. Verify that '`doxygen --version`' gives the correct number. [all …]
|
| /third_party/libsnd/ |
| D | README.md | 11 Erik de Castro Lopo <erikd@mega-nerd.com> aka @erikd. The project was developed 20 The canonical source code repository for libsndfile is at 35 sudo apt install autoconf autogen automake build-essential libasound2-dev \ 36 libflac-dev libogg-dev libtool libvorbis-dev libopus-dev libmp3lame-dev \ 37 libmpg123-dev pkg-config python 44 brew install autoconf autogen automake flac libogg libtool libvorbis opus mpg123 pkg-config 49 autoreconf -vif 50 ./configure --enable-werror 61 Unix Makefiles, Xcode projects and [many more](https://cmake.org/cmake/help/latest/manual/cmake-gen… 68 1. C99-compliant compiler toolchain (tested with GCC, Clang and Visual [all …]
|
12