Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 3961) sorted by relevance

12345678910>>...159

/third_party/node/deps/npm/man/man1/
Dnpm-install.11 .TH "NPM\-INSTALL" "1" "April 2022" "" ""
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/
Dnpm-install.md3 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 …]
Dnpm-install-test.md3 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 …]
Dnpm-ci.md4 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/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment22.symbols1 === tests/cases/conformance/salsa/npm-install.js ===
3 >Installer : Symbol(Installer, Decl(npm-install.js, 0, 0))
6 >this.args : Symbol(Installer.args, Decl(npm-install.js, 0, 23), Decl(npm-install.js, 5, 15))
7 >this : Symbol(Installer, Decl(npm-install.js, 0, 0))
8 >args : Symbol(Installer.args, Decl(npm-install.js, 0, 23), Decl(npm-install.js, 5, 15))
11 >Installer.prototype : Symbol(Installer.loadArgMetadata, Decl(npm-install.js, 2, 1))
12 >Installer : Symbol(Installer, Decl(npm-install.js, 0, 0))
14 >loadArgMetadata : Symbol(Installer.loadArgMetadata, Decl(npm-install.js, 2, 1))
15 >next : Symbol(next, Decl(npm-install.js, 3, 48))
19 >args : Symbol(args, Decl(npm-install.js, 5, 5))
[all …]
/third_party/vulkan-headers/
DBUILD.md26 However, this repository contains CMake build configuration files to "install"
27 the files from this repository to a specific install directory. For example,
28 you can install the files to a system directory such as `/usr/local` on Linux.
32 you need to build the install target of this repository and provide the
33 resulting install directory to those repositories.
37 The `install` target installs the following files under the directory
45 The `uninstall` target can be used to remove the above files from the install
60 ### Build and Install Directories
63 the repository with a name of `build` and place the install directory as a
64 child of the build directory with the name `install`. The remainder of these
[all …]
/third_party/jerryscript/targets/zephyr/
DMakefile.travis18 $(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/mesa3d/.gitlab-ci/
Dprepare-artifacts.sh9 rm -rf install/bin install/include
22 find install -name \*.so -exec $STRIP {} \;
27 echo "$(cat VERSION) (git-$(git rev-parse HEAD | cut -b -10))" > install/VERSION
28 cp -Rp .gitlab-ci/bare-metal install/
29 cp -Rp .gitlab-ci/common install/
30 cp -Rp .gitlab-ci/piglit install/
31 cp -Rp .gitlab-ci/fossils.yml install/
32 cp -Rp .gitlab-ci/fossils install/
33 cp -Rp .gitlab-ci/fossilize-runner.sh install/
34 cp -Rp .gitlab-ci/crosvm-init.sh install/
[all …]
Dgtest-runner.sh5 INSTALL=`pwd`/install
8 export LD_LIBRARY_PATH=`pwd`/install/lib/
9 export LIBVA_DRIVERS_PATH=`pwd`/install/lib/dri/
13 if [ -e "$INSTALL/$GPU_VERSION-fails.txt" ]; then
14 GTEST_RUNNER_OPTIONS="$GTEST_RUNNER_OPTIONS --baseline $INSTALL/$GPU_VERSION-fails.txt"
18 touch $INSTALL/$GPU_VERSION-flakes.txt
20 if [ -n "$GALLIUM_DRIVER" ] && [ -e "$INSTALL/$GALLIUM_DRIVER-skips.txt" ]; then
21 GTEST_SKIPS="$GTEST_SKIPS --skips $INSTALL/$GALLIUM_DRIVER-skips.txt"
24 if [ -n "$DRIVER_NAME" ] && [ -e "$INSTALL/$DRIVER_NAME-skips.txt" ]; then
25 GTEST_SKIPS="$GTEST_SKIPS --skips $INSTALL/$DRIVER_NAME-skips.txt"
[all …]
/third_party/skia/third_party/externals/microhttpd/m4/
DMakefile.in120 *) (install-info --version) >/dev/null 2>&1;; \
159 INSTALL = @INSTALL@
370 install: install-am
371 install-exec: install-exec-am
372 install-data: install-data-am
375 install-am: all-am
376 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
379 install-strip:
383 install; \
387 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
[all …]
/third_party/skia/third_party/externals/microhttpd/contrib/
DMakefile.in120 *) (install-info --version) >/dev/null 2>&1;; \
159 INSTALL = @INSTALL@
370 install: install-am
371 install-exec: install-exec-am
372 install-data: install-data-am
375 install-am: all-am
376 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
379 install-strip:
383 install; \
387 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/doxygen/
DMakefile.in120 *) (install-info --version) >/dev/null 2>&1;; \
159 INSTALL = @INSTALL@
368 install: install-am
369 install-exec: install-exec-am
370 install-data: install-data-am
373 install-am: all-am
374 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
377 install-strip:
381 install; \
385 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
[all …]
/third_party/libffi/man/
DMakefile.in132 *) (install-info --version) >/dev/null 2>&1;; \
207 INSTALL = @INSTALL@
353 install-man3: $(man_MANS)
443 install: install-am
444 install-exec: install-exec-am
445 install-data: install-data-am
448 install-am: all-am
449 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
452 install-strip:
456 install; \
[all …]
/third_party/node/deps/cares/src/
DMakefile.in139 install-data-recursive install-dvi-recursive \
140 install-exec-recursive install-html-recursive \
141 install-info-recursive install-pdf-recursive \
142 install-ps-recursive install-recursive installcheck-recursive \
148 *) (install-info --version) >/dev/null 2>&1;; \
252 INSTALL = @INSTALL@
550 install: install-recursive
551 install-exec: install-exec-recursive
552 install-data: install-data-recursive
555 install-am: all-am
[all …]
/third_party/skia/third_party/externals/microhttpd/src/
DMakefile.in121 install-data-recursive install-dvi-recursive \
122 install-exec-recursive install-html-recursive \
123 install-info-recursive install-pdf-recursive \
124 install-ps-recursive install-recursive installcheck-recursive \
130 *) (install-info --version) >/dev/null 2>&1;; \
222 INSTALL = @INSTALL@
564 install: install-recursive
565 install-exec: install-exec-recursive
566 install-data: install-data-recursive
569 install-am: all-am
[all …]
/third_party/skia/third_party/externals/freetype/
D.gitlab-ci.yml45 - pip3 install meson==0.59.1
46 - pip3 install -U ninja
92 make -j$(nproc) && make install
105 make -j$(nproc) && make install
118 make -j$(nproc) && make install
130 meson install -C build
142 meson install -C build
153 cmake --build build --target install
164 cmake --build build --target install
169 …- '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh…
[all …]
/third_party/selinux/
DREADME.md40 dnf install \
58 dnf install \
68 apt-get install --no-install-recommends --no-install-suggests \
89 apt-get install --no-install-recommends --no-install-suggests \
95 To build and install everything under a private directory, run:
99 make DESTDIR=~/obj install install-rubywrap install-pywrap
101 On Debian `PYTHON_SETUP_ARGS=--install-layout=deb` needs to be set when installing the python wrapp…
109 In order to run these ones, instructions similar to the ones in section `install` of [./.travis.yml…
111 To install as the default system libraries and binaries
115 make LIBDIR=/usr/lib64 SHLIBDIR=/lib64 install install-pywrap relabel
[all …]
/third_party/mesa3d/.gitlab-ci/piglit/
Dpiglit-runner.sh10 INSTALL=`pwd`/install
13 export LD_LIBRARY_PATH=`pwd`/install/lib/
15 export VK_ICD_FILENAMES=`pwd`/install/share/vulkan/icd.d/"$VK_DRIVER"_icd.${VK_CPU:-`uname -m`}.json
56 if [ -e "$INSTALL/$GPU_VERSION-fails.txt" ]; then
57 PIGLIT_RUNNER_OPTIONS="$PIGLIT_RUNNER_OPTIONS --baseline $INSTALL/$GPU_VERSION-fails.txt"
61 touch $INSTALL/$GPU_VERSION-flakes.txt
63 if [ -n "$VK_DRIVER" ] && [ -e "$INSTALL/$VK_DRIVER-skips.txt" ]; then
64 PIGLIT_SKIPS="$PIGLIT_SKIPS $INSTALL/$VK_DRIVER-skips.txt"
67 if [ -n "$GALLIUM_DRIVER" ] && [ -e "$INSTALL/$GALLIUM_DRIVER-skips.txt" ]; then
68 PIGLIT_SKIPS="$PIGLIT_SKIPS $INSTALL/$GALLIUM_DRIVER-skips.txt"
[all …]
/third_party/node/deps/cares/include/
DMakefile.in141 *) (install-info --version) >/dev/null 2>&1;; \
241 INSTALL = @INSTALL@
338 ACLOCAL_AMFLAGS = -I m4 --install
340 # what headers to install on 'make install':
393 install-includeHEADERS: $(include_HEADERS)
506 install: install-am
507 install-exec: install-exec-am
508 install-data: install-data-am
511 install-am: all-am
512 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
[all …]
/third_party/skia/third_party/externals/microhttpd/src/include/
DMakefile.in121 install-data-recursive install-dvi-recursive \
122 install-exec-recursive install-html-recursive \
123 install-info-recursive install-pdf-recursive \
124 install-ps-recursive install-recursive installcheck-recursive \
130 *) (install-info --version) >/dev/null 2>&1;; \
251 INSTALL = @INSTALL@
424 install-includeHEADERS: $(include_HEADERS)
608 install: install-recursive
609 install-exec: install-exec-recursive
610 install-data: install-data-recursive
[all …]
/third_party/node/deps/npm/man/man5/
Dinstall.51 .TH "INSTALL" "5" "April 2022" "" ""
3 \fBinstall\fR \- Download and Install npm
6install packages to and from the public npm registry, you must install Node\.js and the npm comman…
12 Using a Node version manager to install Node\.js and npm \fI#using\-a\-node\-version\-manager\-to\-
14 Using a Node installer to install Node\.js and npm \fI#using\-a\-node\-installer\-to\-install\-node…
27 .SS Using a Node version manager to install Node\.js and npm
29 Node version managers allow you to install and switch between multiple versions of Node\.js and npm…
46 .SS Using a Node installer to install Node\.js and npm
48 If you are unable to use a Node version manager, you can use a Node installer to install both Node\…
58 …\.js download page \fIhttps://nodejs\.org/en/download/\fR\|\. Be sure to install the version label…
[all …]
/third_party/libevdev/doc/
DMakefile.in121 *) (install-info --version) >/dev/null 2>&1;; \
194 INSTALL = @INSTALL@
362 install-man3: $(man3_MANS)
452 install: install-am
453 install-exec: install-exec-am
454 install-data: install-data-am
457 install-am: all-am
458 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
461 install-strip:
465 install; \
[all …]
/third_party/node/deps/cares/docs/
DMakefile.in146 *) (install-info --version) >/dev/null 2>&1;; \
231 INSTALL = @INSTALL@
429 install-man3: $(man_MANS)
518 install: install-am
519 install-exec: install-exec-am
520 install-data: install-data-am
523 install-am: all-am
524 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
527 install-strip:
531 install; \
[all …]
/third_party/node/deps/nghttp2/lib/includes/
DMakefile.in152 *) (install-info --version) >/dev/null 2>&1;; \
246 INSTALL = @INSTALL@
424 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
541 install: install-am
542 install-exec: install-exec-am
543 install-data: install-data-am
546 install-am: all-am
547 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
550 install-strip:
554 install; \
[all …]
/third_party/libffi/include/
DMakefile.in134 *) (install-info --version) >/dev/null 2>&1;; \
225 INSTALL = @INSTALL@
375 install-nodist_includeHEADERS: $(nodist_include_HEADERS)
489 install: install-am
490 install-exec: install-exec-am
491 install-data: install-data-am
494 install-am: all-am
495 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
498 install-strip:
502 install; \
[all …]

12345678910>>...159