| /third_party/boost/libs/headers/build/ |
| D | Jamfile | 9 import ../../../tools/boost_install/boost-install ; 10 import ../../../tools/boost_install/boost-install-dirs ; 12 # install-header-subdir 14 local header-subdir = [ boost-install-dirs.header-subdir ] ; 16 local install-header-subdir ; 20 install-header-subdir = $(header-subdir)/boost ; 24 install-header-subdir = boost ; 27 # install-headers 45 package.install install-$(lib)-headers Boost 46 : <install-header-subdir>$(install-header-subdir) [all …]
|
| /third_party/node/deps/npm/man/man1/ |
| D | npm-install.1 | 1 .TH "NPM\-INSTALL" "1" "February 2021" "" "" 3 \fBnpm-install\fR \- Install a package 8 npm install (with no args, in package dir) 9 npm install [<@scope>/]<name> 10 npm install [<@scope>/]<name>@<tag> 11 npm install [<@scope>/]<name>@<version> 12 npm install [<@scope>/]<name>@<version range> 13 npm install <alias>@npm:<name> 14 npm install <git\-host>:<git\-user>/<repo\-name> 15 npm install <git repo url> [all …]
|
| /third_party/node/deps/npm/docs/content/cli-commands/ |
| D | npm-install.md | 3 title: npm-install 4 description: Install a package 7 # npm-install(1) 9 ## Install a package 14 npm install (with no args, in package dir) 15 npm install [<@scope>/]<name> 16 npm install [<@scope>/]<name>@<tag> 17 npm install [<@scope>/]<name>@<version> 18 npm install [<@scope>/]<name>@<version range> 19 npm install <alias>@npm:<name> [all …]
|
| D | npm-install-test.md | 3 title: npm-install-test 4 description: Install package(s) and run tests 7 # npm install-test(1) 9 ## Install package(s) and run tests 14 npm install-test (with no args, in package dir) 15 npm install-test [<@scope>/]<name> 16 npm install-test [<@scope>/]<name>@<tag> 17 npm install-test [<@scope>/]<name>@<version> 18 npm install-test [<@scope>/]<name>@<version range> 19 npm install-test <tarball file> [all …]
|
| D | npm-ci.md | 4 description: Install a project with a clean slate 9 ## Install a project with a clean slate 18 Make sure you have a package-lock and an up-to-date install: 22 $ npm install 34 Configure Travis to build using `npm ci` instead of `npm install`: 38 install: 48 This command is similar to [`npm install`](/cli-commands/npm-install), except it's meant to be used… 51 install of your dependencies. It can be significantly faster than a regular npm 52 install by skipping certain user-oriented features. It is also more strict than 53 a regular install, which can help catch errors or inconsistencies caused by the [all …]
|
| /third_party/boost/doc/pdf/ |
| D | Jamfile.v2 | 34 install pdf-install 103 <install-type>PDF 108 install python-tutorial-install 113 <install-type>PDF 118 install asio-install 123 <install-type>PDF 128 install boost-build-install 133 <install-type>PDF 138 install signals2-install 143 <install-type>PDF [all …]
|
| /third_party/boost/tools/boost_install/ |
| D | boost-install.jam | 20 import ./boost-install-dirs ; 23 feature.feature boost-install.dependency : : free ; 24 feature.feature boost-install.cmakedir : : free ; 25 feature.feature boost-install.includedir : : free ; 26 feature.feature boost-install.libdir : : free ; 27 feature.feature boost-install.lib-target-type : : free ; 34 if "--debug-boost-install" in [ modules.peek : ARGV ] 51 ECHO "boost-install:" $(messages) ; 380 local lib-target-type = [ $(ps).get <boost-install.lib-target-type> ] ; 432 local deps = [ MATCH "boost_(.*)" : [ $(ps).get <boost-install.dependency> ] ] headers ; [all …]
|
| /third_party/jerryscript/targets/zephyr/ |
| D | Makefile.travis | 18 $(MAKE) install 24 # Install tools via apt. 25 install-apt-get-deps: 26 sudo apt-get install -q -y gperf dfu-util device-tree-compiler 28 # Install Zephyr SDK. 29 install-zephyr-sdk: 33 # Fetch Zephyr Project repository and install python dependencies. 34 install-zephyr: 36 pip3 install -U pip 37 pip3 install -U setuptools [all …]
|
| /third_party/grpc/tools/dockerfile/test/node_jessie_x64/ |
| D | Dockerfile | 18 # Install Git and basic packages. 19 RUN apt-get update && apt-get install -y \ 51 RUN apt-get update && apt-get install -y time && apt-get clean 54 # Install Electron apt dependencies 55 RUN apt-get update && apt-get install -y \ 67 # Install dependencies 69 RUN apt-get update && apt-get install -y \ 74 # Install Python packages from PyPI 76 RUN pip install --upgrade pip==19.3.1 77 RUN pip install virtualenv==16.7.9 [all …]
|
| /third_party/popt/m4/ |
| D | Makefile.in | 84 INSTALL = @INSTALL@ 278 install: install-am 279 install-exec: install-exec-am 280 install-data: install-data-am 283 install-am: all-am 284 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 287 install-strip: 291 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 323 install-data-am: 325 install-dvi: install-dvi-am [all …]
|
| /third_party/boost/tools/build/src/tools/ |
| D | package.jam | 9 # structure. This is opposed to the 'install' rule, that installs a number of 15 # package.install boost : <properties> 21 # This will install binaries, libraries and headers to the 'proper' location, 26 # 'install' targets. 28 # The only install-related feature is <install-source-root>. It will apply to 44 feature.feature install-default-prefix : : free incidental ; 168 # to find the various install paths. If requirements 169 # contains <install-default-prefix> then that will be used 176 local default-prefix = [ feature.get-values <install-default-prefix> : $(requirements) ] ; 191 rule install ( name package-name ? : requirements * : binaries * : libraries * : headers * ) [all …]
|
| D | package.py | 12 # structure. This is opposed to the 'install' rule, that installs a number of 18 # package.install boost : <properties> 24 # This will install binaries, libraries and headers to the 'proper' location, 29 # 'install' targets. 31 # The only install-related feature is <install-source-root>. It will apply to 51 feature.feature("install-default-prefix", [], ["free", "incidental"]) 55 def install(name, package_name=None, requirements=[], binaries=[], libraries=[], headers=[]): function 72 # If <install-source-root> is not specified, all headers are installed to 75 install_source_root = property.select('install-source-root', requirements) 77 requirements = property.change(requirements, 'install-source-root', None) [all …]
|
| D | stage.jam | 13 This module defines the `install` rule, used to copy a set of targets to a 32 feature.feature <install-dependencies> : off on : incidental ; 33 feature.feature <install-type> : : free incidental ; 34 feature.feature <install-source-root> : : free path ; 39 feature.feature <install-no-version-symlinks> : on : optional incidental ; 42 #| tag::features-install-package-doc[] 44 [[bbv2.builtin.features.install-package]]`install-package`:: 48 |# # end::features-install-package-doc[] 50 feature.feature install-package : : free ; 55 [[bbv2.reference.modules.stage.add-install-dir]] [all …]
|
| /third_party/popt/auto/ |
| D | Makefile.in | 85 INSTALL = @INSTALL@ 286 install: install-am 287 install-exec: install-exec-am 288 install-data: install-data-am 291 install-am: all-am 292 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 295 install-strip: 299 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 331 install-data-am: 333 install-dvi: install-dvi-am [all …]
|
| /third_party/grpc/tools/gce/ |
| D | linux_kokoro_performance_worker_init.sh | 24 # Install Java 8 JDK (to build gRPC Java) 25 sudo apt-get install -y openjdk-8-jdk 26 sudo apt-get install -y unzip lsof 28 sudo apt-get install -y \ 65 sudo apt-get install -y google-perftools libgoogle-perftools-dev 68 sudo apt-get install -y netperf 71 sudo apt-get install -y python-psutil python3-psutil 74 sudo apt-get install -y google-cloud-sdk 77 sudo apt-get install -y libgflags-dev libgtest-dev libc++-dev clang 80 sudo pip install --upgrade pip==19.3.1 [all …]
|
| /third_party/XKeyboardConfig/docs/ |
| D | Makefile | 121 *) (install-info --version) >/dev/null 2>&1;; \ 161 INSTALL = /usr/bin/install -c macro 162 INSTALL_DATA = ${INSTALL} -m 644 163 INSTALL_PROGRAM = ${INSTALL} 164 INSTALL_SCRIPT = ${INSTALL} 245 install_sh = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/install-sh 348 install: install-am target 349 install-exec: install-exec-am 350 install-data: install-data-am 353 install-am: all-am [all …]
|
| /third_party/grpc/tools/dockerfile/interoptest/grpc_interop_node/ |
| D | Dockerfile | 18 # Install Git and basic packages. 19 RUN apt-get update && apt-get install -y \ 51 RUN apt-get update && apt-get install -y time && apt-get clean 56 # Install dependencies 58 RUN apt-get update && apt-get install -y \ 63 # Install Python packages from PyPI 65 RUN pip install --upgrade pip==19.3.1 66 RUN pip install virtualenv==16.7.9 67 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 72 # Install nvm [all …]
|
| /third_party/XKeyboardConfig/geometry/sgi_vndr/ |
| D | Makefile | 123 *) (install-info --version) >/dev/null 2>&1;; \ 192 INSTALL = /usr/bin/install -c macro 193 INSTALL_DATA = ${INSTALL} -m 644 194 INSTALL_PROGRAM = ${INSTALL} 195 INSTALL_SCRIPT = ${INSTALL} 276 install_sh = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/install-sh 338 install-dist_geomDATA: $(dist_geom_DATA) 406 install: install-am target 407 install-exec: install-exec-am 408 install-data: install-data-am [all …]
|
| /third_party/XKeyboardConfig/symbols/sony_vndr/ |
| D | Makefile | 123 *) (install-info --version) >/dev/null 2>&1;; \ 192 INSTALL = /usr/bin/install -c macro 193 INSTALL_DATA = ${INSTALL} -m 644 194 INSTALL_PROGRAM = ${INSTALL} 195 INSTALL_SCRIPT = ${INSTALL} 276 install_sh = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/install-sh 338 install-dist_symbolsDATA: $(dist_symbols_DATA) 406 install: install-am target 407 install-exec: install-exec-am 408 install-data: install-data-am [all …]
|
| /third_party/XKeyboardConfig/symbols/xfree68_vndr/ |
| D | Makefile | 123 *) (install-info --version) >/dev/null 2>&1;; \ 192 INSTALL = /usr/bin/install -c macro 193 INSTALL_DATA = ${INSTALL} -m 644 194 INSTALL_PROGRAM = ${INSTALL} 195 INSTALL_SCRIPT = ${INSTALL} 276 install_sh = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/install-sh 338 install-dist_symbolsDATA: $(dist_symbols_DATA) 406 install: install-am target 407 install-exec: install-exec-am 408 install-data: install-data-am [all …]
|
| /third_party/XKeyboardConfig/compat/ |
| D | Makefile | 122 *) (install-info --version) >/dev/null 2>&1;; \ 191 INSTALL = /usr/bin/install -c macro 192 INSTALL_DATA = ${INSTALL} -m 644 193 INSTALL_PROGRAM = ${INSTALL} 194 INSTALL_SCRIPT = ${INSTALL} 275 install_sh = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/install-sh 344 install-compatDATA: $(compat_DATA) 412 install: install-am target 413 install-exec: install-exec-am 414 install-data: install-data-am [all …]
|
| /third_party/XKeyboardConfig/keycodes/digital_vndr/ |
| D | Makefile | 123 *) (install-info --version) >/dev/null 2>&1;; \ 192 INSTALL = /usr/bin/install -c macro 193 INSTALL_DATA = ${INSTALL} -m 644 194 INSTALL_PROGRAM = ${INSTALL} 195 INSTALL_SCRIPT = ${INSTALL} 276 install_sh = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/install-sh 338 install-dist_keycodesDATA: $(dist_keycodes_DATA) 406 install: install-am target 407 install-exec: install-exec-am 408 install-data: install-data-am [all …]
|
| /third_party/XKeyboardConfig/man/ |
| D | Makefile | 123 *) (install-info --version) >/dev/null 2>&1;; \ 192 INSTALL = /usr/bin/install -c macro 193 INSTALL_DATA = ${INSTALL} -m 644 194 INSTALL_PROGRAM = ${INSTALL} 195 INSTALL_SCRIPT = ${INSTALL} 276 install_sh = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/install-sh 341 install-miscmanDATA: $(miscman_DATA) 409 install: install-am target 410 install-exec: install-exec-am 411 install-data: install-data-am [all …]
|
| /third_party/XKeyboardConfig/symbols/hp_vndr/ |
| D | Makefile | 123 *) (install-info --version) >/dev/null 2>&1;; \ 192 INSTALL = /usr/bin/install -c macro 193 INSTALL_DATA = ${INSTALL} -m 644 194 INSTALL_PROGRAM = ${INSTALL} 195 INSTALL_SCRIPT = ${INSTALL} 276 install_sh = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/install-sh 338 install-dist_symbolsDATA: $(dist_symbols_DATA) 406 install: install-am target 407 install-exec: install-exec-am 408 install-data: install-data-am [all …]
|
| /third_party/XKeyboardConfig/symbols/sharp_vndr/ |
| D | Makefile | 123 *) (install-info --version) >/dev/null 2>&1;; \ 192 INSTALL = /usr/bin/install -c macro 193 INSTALL_DATA = ${INSTALL} -m 644 194 INSTALL_PROGRAM = ${INSTALL} 195 INSTALL_SCRIPT = ${INSTALL} 276 install_sh = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/install-sh 342 install-dist_symbolsDATA: $(dist_symbols_DATA) 410 install: install-am target 411 install-exec: install-exec-am 412 install-data: install-data-am [all …]
|