Searched +full:- +full:- +full:no +full:- +full:install +full:- +full:recommends (Results 1 – 25 of 59) sorted by relevance
123
/third_party/selinux/ |
D | README.md | 7 [](https:/… 19 ------------ 27 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils) 29 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin… 34 -------------------- 40 dnf install \ 41 audit-libs-devel \ 43 bzip2-devel \ 44 CUnit-devel \ 49 glib2-devel \ [all …]
|
/third_party/flutter/flutter/dev/ci/docker_linux/ |
D | Dockerfile | 14 MAINTAINER Flutter Developers <flutter-dev@googlegroups.com> 16 RUN apt-get update -y 17 RUN apt-get upgrade -y 19 # Install basics 20 RUN apt-get install -y --no-install-recommends \ 26 apt-transport-https \ 27 ca-certificates \ 31 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - 32 …ttp://dl.google.com/linux/chrome/deb/ stable main' | tee /etc/apt/sources.list.d/google-chrome.list 34 # Add repo for gcloud sdk and install it [all …]
|
/third_party/benchmark/ |
D | .travis.yml | 7 - compiler: gcc 11 - lcov 13 - compiler: gcc 17 - g++-multilib 18 - libc6:i386 20 - COMPILER=g++ 21 - C_COMPILER=gcc 22 - BUILD_TYPE=Debug 23 - BUILD_32_BITS=ON 24 - EXTRA_FLAGS="-m32" [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 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 apt-get update 23 apt-get dist-upgrade -y [all …]
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | .travis.yml | 6 - linux 7 - osx 10 - gcc 11 - clang 14 - if [ $TRAVIS_OS_NAME == linux ]; then 15 sudo apt-get update -qq; 16 …sudo apt-get install -y --no-install-recommends libxrandr-dev libxi-dev libxxf86vm-dev libsdl2-dev; 17 wget https://github.com/glfw/glfw/releases/download/3.2.1/glfw-3.2.1.zip; 18 unzip glfw-3.2.1.zip && cd glfw-3.2.1; 19 …cmake -DBUILD_SHARED_LIBS=true -DGLFW_BUILD_EXAMPLES=false -DGLFW_BUILD_TESTS=false -DGLFW_BUILD_D… [all …]
|
/third_party/ltp/ci/ |
D | debian.i386.sh | 2 # Copyright (c) 2018-2020 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 dpkg --add-architecture i386 8 apt install -y --no-install-recommends \ 9 linux-libc-dev:i386 \ 10 gcc-multilib \ 14 libc6-dev-i386 \ 18 libssl-dev:i386 \ 19 libtirpc-dev:i386 \ 20 pkg-config:i386
|
D | debian.cross-compile.sh | 2 # Copyright (c) 2018-2020 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 if [ -z "$ARCH" ]; then 17 dpkg --add-architecture $ARCH 20 apt install -y --no-install-recommends \ 21 gcc-${gcc_arch}-linux-gnu \ 22 libc6-dev-${ARCH}-cross \ 23 libmnl-dev:$ARCH \ 24 libtirpc-dev:$ARCH
|
D | ubuntu.sh | 2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 # workaround for missing oldstable-updates repository 6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages 7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap… 14 apt="apt install -y --no-install-recommends" 17 acl-dev \ 22 build-essential \ 30 libacl1-dev \ 31 libaio-dev \ [all …]
|
D | debian.sh | 2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 # workaround for missing oldstable-updates repository 6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages 7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap… 14 apt="apt install -y --no-install-recommends" 17 acl-dev \ 22 build-essential \ 30 libacl1-dev \ 31 libaio-dev \ [all …]
|
D | tumbleweed.sh | 2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 zyp="zypper --non-interactive install --force-resolution --no-recommends" 18 kernel-default-devel \ 19 keyutils-devel \ 20 libacl-devel \ 21 libaio-devel \ 22 libcap-devel \ 23 libmnl-devel \ 24 libnuma-devel \ [all …]
|
D | opensuse.sh | 2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 zyp="zypper --non-interactive install --force-resolution --no-recommends" 18 kernel-default-devel \ 19 keyutils-devel \ 20 libacl-devel \ 21 libaio-devel \ 22 libcap-devel \ 23 libmnl-devel \ 24 libnuma-devel \ [all …]
|
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_java/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 …eb http://archive.debian.org/debian/ jessie-backports main contrib non-free" > /etc/apt/sources.li… 19 echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until && \ 20 apt-get update && \ 21 apt-get install -y --no-install-recommends -t jessie-backports openjdk-8-jdk-headless && \ 22 apt-get clean
|
/third_party/openssl/ |
D | .travis.yml | 13 - if [ -n "$COVERALLS" ]; then 14 pip install --user cpp-coveralls; 16 - if expr "$CONFIG_OPTS" ":" ".*enable-external-tests" > /dev/null; then 17 git submodule update --init --recursive; 19 - eval "${MATRIX_EVAL}" 22 - amd64 23 - arm64 26 - linux 27 - osx 30 - clang [all …]
|
/third_party/grpc/templates/tools/dockerfile/interoptest/grpc_interop_java/ |
D | Dockerfile.include | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 …eb http://archive.debian.org/debian/ jessie-backports main contrib non-free" > /etc/apt/sources.li… 18 echo 'Acquire::Check-Valid-Until no;' > /etc/apt/apt.conf.d/99no-check-valid-until && ${'\\'} 19 apt-get update && ${'\\'} 20 apt-get install -y --no-install-recommends -t jessie-backports openjdk-8-jdk-headless && ${'\\'} 21 apt-get clean
|
/third_party/boost/tools/build/ |
D | azure-pipelines.yml | 5 # Copyright Rene Rivera 2015-2019. 10 - develop 11 - master 12 - feature/* 15 - appveyor.yml 19 - develop 22 - appveyor.yml 26 - stage: Test 29 - job: 'Linux' 31 vmImage: 'ubuntu-16.04' [all …]
|
/third_party/boost/libs/static_string/tools/ |
D | codecov.sh | 3 # Copyright 2017 - 2019 James E. King III 14 set -ex 18 if [ -z "$GCOV" ]; then 19 if [ "${B2_TOOLSET%%-*}" == "gcc" ]; then 20 ver="${B2_TOOLSET#*-}" 21 GCOV=gcov-${ver} 23 GCOV=gcov-7 # default 28 # sudo apt install --no-install-recommends -y libperlio-gzip-perl libjson-perl 30 # install the latest lcov we know works 31 # some older .travis.yml files install the tip which may be unstable [all …]
|
/third_party/e2fsprogs/debian/ |
D | control | 5 …-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fu… 6 Rules-Requires-Root: no 7 Standards-Version: 4.5.1 9 Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git 10 Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master 13 Build-Profiles: <!pkg.e2fsprogs.no-fuse2fs> 16 Architecture: linux-any kfreebsd-any 25 Replaces: e2fsprogs (<< 1.45.3-1) 26 Breaks: e2fsprogs (<< 1.45.3-1) 28 Multi-Arch: foreign [all …]
|
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | configure.in.min | 16 dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 dnl Boston, MA 02111-1307, USA. 27 dnl This is so we can use kde-common 33 dnl Checking host/target/build systems, for make, install etc. 38 dnl Automake doc recommends to do this only here. (Janos) 49 AC_ENABLE_STATIC(no)
|
/third_party/mesa3d/.gitlab-ci/container/ |
D | create-rootfs.sh | 3 set -ex 6 ARCH_PACKAGES="firmware-qcom-media" 8 ARCH_PACKAGES="firmware-amd-graphics 12 libva-drm2 17 python3-dev 18 python3-pip 19 python3-setuptools 20 python3-wheel 23 apt-get -y install --no-install-recommends \ 26 ca-certificates \ [all …]
|
/third_party/boost/libs/predef/ |
D | azure-pipelines.yml | 5 # Copyright Rene Rivera 2019-2020. 10 - develop 11 - master 12 - feature/* 16 - develop 29 - stage: Test 32 - job: 'Linux' 37 CXX: g++-9 38 PACKAGES: g++-9 39 B2_ARGS: 'cxxstd=03,11,14,17,2a cxxstd-dialect=gnu' [all …]
|
/third_party/libxml2/ |
D | .gitlab-ci.yml | 3 # for libxslt, that's why we need git and libgcrypt-dev. 7 # RUN apt-get update && \ 8 # apt-get upgrade -y && \ 9 # apt-get install -y --no-install-recommends \ 10 # curl git ca-certificates \ 11 # autoconf automake libtool pkg-config \ 13 # zlib1g-dev liblzma-dev libgcrypt-dev \ 14 # python-dev python3-dev \ 20 - | 21 ln -s /tests/xmlconf [all …]
|
/third_party/boost/libs/numeric/odeint/doc/ |
D | Jamfile.v2 | 1 # Copyright 2009-2013 Karsten Ahnert 2 # Copyright 2011-2012 Mario Mulansky 13 path-constant here : . ; 19 if --enable-index in [ modules.peek : ARGV ] 23 using auto-index ; 27 <auto-index>on 28 <auto-index-verbose>on 31 <format>html:<auto-index-internal>on # on (or off) to use internally generated indexes. 34 <format>pdf:<auto-index-internal>off # on (or off) to use internally generated indexes. 35 # <auto-index-type>index # Use <index>...</index> as the XML wrapper. [all …]
|
/third_party/boost/libs/compute/cmake/ |
D | FindTBB.cmake | 3 # Written by Hannes Hofmann <hannes.hofmann _at_ informatik.uni-erlangen.de> 24 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 50 # TBB_INSTALL_DIR, the base TBB install directory 91 # Jiri: There is no reason to presume there is only one flavor and 126 #-- Clear the public variables 127 set (TBB_FOUND "NO") 130 #-- Find TBB install dir and set ${_TBB_INSTALL_DIR} and cached ${TBB_INSTALL_DIR} 140 # Intel recommends setting TBB21_INSTALL_DIR 159 message ("ERROR: Unable to find Intel TBB install directory. ${_TBB_INSTALL_DIR}") 163 set (TBB_INSTALL_DIR ${_TBB_INSTALL_DIR} CACHE PATH "Intel TBB install directory") [all …]
|
/third_party/boost/libs/gil/ |
D | CONTRIBUTING.md | 10 - [Prerequisites](#prerequisites) 11 - [Pull Requests](#pull-requests) 12 - [Getting started with Git workflow](#getting-started-with-git-workflow) 13 - [1. Clone Boost super-project](#1-clone-boost-super-project) 14 - [2. Checkout Boost.GIL development branch](#2-checkout-boostgil-development-branch) 15 - [3. Fork Boost.GIL repository on GitHub](#3-fork-boostgil-repository-on-github) 16 - [4. Submit a pull request](#4-submit-a-pull-request) 17 - [5. Update your pull request](#5-update-your-pull-request) 18 - [Development](#development) 19 - [Install dependencies](#install-dependencies) [all …]
|
/third_party/libwebsockets/READMEs/ |
D | README.build.md | 4 You can download and install lws using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency … 8 ./bootstrap-vcpkg.sh 9 ./vcpkg integrate install 10 vcpkg install libwebsockets 16 CMake is a multi-platform build tool that can generate build files for many 19 CMake also allows/recommends you to do "out of source"-builds, that is, 20 the build files are separated from your sources, so there is no need to 27 - Windows (Visual Studio) 28 - Windows (MinGW) 29 - Linux (x86 and ARM) [all …]
|
123