Searched +full:- +full:- +full:no +full:- +full:install +full:- +full:recommends (Results 1 – 25 of 56) 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/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/travis/ |
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 | debian.sh | 2 # Copyright (c) 2018-2020 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… 11 apt install -y --no-install-recommends \ 12 acl-dev \ 15 build-essential \ 21 libacl1-dev \ 22 libaio-dev \ [all …]
|
D | ubuntu.sh | 2 # Copyright (c) 2018-2020 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… 11 apt install -y --no-install-recommends \ 12 acl-dev \ 15 build-essential \ 21 libacl1-dev \ 22 libaio-dev \ [all …]
|
D | opensuse.sh | 2 # Copyright (c) 2018-2020 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 zypper --non-interactive install --force-resolution --no-recommends \ 13 kernel-default-devel \ 14 keyutils-devel \ 15 libacl-devel \ 16 libaio-devel \ 17 libcap-devel \ 18 libmnl-devel \ 19 libnuma-devel \ [all …]
|
D | tumbleweed.sh | 2 # Copyright (c) 2018-2020 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 zypper --non-interactive install --force-resolution --no-recommends \ 13 kernel-default-devel \ 14 keyutils-devel \ 15 libacl-devel \ 16 libaio-devel \ 17 libcap-devel \ 18 libmnl-devel \ 19 libnuma-devel \ [all …]
|
/third_party/benchmark/ |
D | .travis.yml | 7 - compiler: gcc 11 - lcov 13 - compiler: gcc 15 - compiler: gcc 17 - compiler: gcc 21 - g++-multilib 22 - libc6:i386 24 - COMPILER=g++ 25 - C_COMPILER=gcc 26 - BUILD_TYPE=Debug [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/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/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/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 Standards-Version: 4.4.1 8 Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git 9 Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master 12 Build-Profiles: <!pkg.e2fsprogs.no-fuse2fs> 15 Architecture: linux-any kfreebsd-any 24 Replaces: e2fsprogs (<< 1.45.3-1) 25 Breaks: e2fsprogs (<< 1.45.3-1) 27 Multi-Arch: foreign 35 Package: e2fsck-static [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/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/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/mingw-w64/mingw-w64-doc/howto-build/ |
D | mingw-w64-howto-build.txt | 1 How to build a Mingw-w64 x86_64-w64-mingw32 cross-compiler. 7 Top-level configure to do this all with one command is also to follow. 9 As of 2009-05-31, x86_64-pc-mingw32 has been replaced by x86_64-w64-mingw32. 10 The change allows for mingw-w64 to have a host/target type independent of 15 This file describes how to build the Mingw-w64 GCC toolchain as a cross-compiler 19 recommends and assumes Bash (for Cygwin, Unix), or MSys core sh default shells 24 This document is written to help those new to building the mingw-w64 cross 26 slightly for building the mingw-w64 cross compiler on Linux. 28 The mingw-w64 cross compilers consists in a few basic packages, among which 31 A collection of packages built on top of mingw-w64 can be found in fedora, [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 …]
|
/third_party/node/deps/npm/test/tap/ |
D | audit-fix.js | 5 const common = BB.promisifyAll(require('../common-tap.js')) 55 srv.post('/-/npm/v1/security/audits/quick', 'ok').reply(200, 'yeah') 58 'dist-tags': { 68 tarball: common.registry + '/idk/-/idk-1.0.0.tgz' 77 tarball: common.registry + '/idk/-/idk-1.2.3.tgz' 83 'install', 84 '--audit', 85 '--json', 86 '--package-lock-only', 87 '--registry', common.registry, [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/builds/unix/ |
D | configure.raw | 5 # Copyright (C) 2001-2019 by 39 LT_INIT(win32-dll) 46 AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc) 47 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc) 48 test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc) 49 test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler]) 52 rm -f a.* b.* a_out.exe conftest.* 55 rm -f conftest.c 56 if test -x a.out -o -x b.out -o -x conftest; then 58 elif test -x a_out.exe -o -x conftest.exe; then [all …]
|
123