Searched refs:install (Results 1 – 25 of 47) sorted by relevance
12
31 install-cares:37 install-libssh:43 install-deps:50 install-wolfssl:64 install-wolfssh:161 - install-deps170 - install-deps178 - install-deps188 - install-deps197 - install-deps[all …]
59 - name: 'install prereqs'65 apt-get install -y --no-install-suggests --no-install-recommends httrack70 …apt-get install -y --no-install-suggests --no-install-recommends cmake make automake autoconf libt…84 make install110 - name: 'cmake install'111 run: make -C bld-cares install128 --prefix="$PWD"/../install-am140 - name: 'autoconf install'141 run: make -C bld-am install
50 - name: install56 sudo apt-get install -y --no-install-suggests --no-install-recommends \61 … python3 -m pip install --break-system-packages cmakelint==1.4.3 pytype==2024.9.13 ruff==0.6.8
289 sudo apt-get install -y --no-install-suggests --no-install-recommends \301 sudo apt-get install -y --no-install-suggests --no-install-recommends \310 sudo apt-get install -y --no-install-suggests --no-install-recommends \370 make install391 make install412 make install435 cmake --install .490 cmake --install .512 cmake --install .524 - name: 'install rust'[all …]
85 --prefix="${HOME}"/install \104 run: make -C bld -j5 V=1 install218 install: >-233 install: >-252 --prefix="${HOME}"/install \271 run: make -C bld -j5 V=1 install288 - name: 'install test prereqs'379 - name: 'install test prereqs'507 - name: 'install test prereqs'545 - name: 'install packages'[all …]
56 …sudo pkgin -y install cmake ninja-build pkg-config perl brotli heimdal openldap-client libssh2 lib…138 sudo pkg install -y autoconf automake libtool \143 --prefix="${HOME}"/install \149 make -j3 install168 sudo pkg install -y cmake-core ninja perl5 \201 prepare: pkg install build-essential libtool nghttp2207 --prefix="${HOME}"/install \212 gmake -j3 install
158 - name: install build prereqs163 sudo apt-get install -y --no-install-suggests --no-install-recommends \194 make install212 make install224 make install236 make install249 make install327 sudo apt-get install -y --no-install-suggests --no-install-recommends \337 name: 'install prereqs'412 - name: 'install openssl'[all …]
73 install: brotli zstd90 install: libssh95 install: libssh128 install: libressl146 install: gsasl150 install: libssh157 install: libressl heimdal169 install: gnutls nettle krb5195 - name: 'brew install'304 - name: 'install test prereqs'[all …]
65 - name: install packages67 …while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew install libtool autoconf automake &…107 - name: install packages108 run: sudo apt-get --quiet 2 --option Dpkg::Use-Pty=0 install mingw-w64
42 # - name: install prereqs46 # sudo apt-get install -y --no-install-suggests --no-install-recommends \
58 make -j5 install63 name: 'verify in-tree configure build including install'106 make -j5 install
206 $(MAKE) install DESTDIR=`/bin/pwd`/packages/Solaris/root ; \218 install-data-hook:219 (cd include && $(MAKE) install)220 (cd docs && $(MAKE) install)221 (cd docs/libcurl && $(MAKE) install)223 install-data-hook:224 (cd include && $(MAKE) install)225 (cd docs && $(MAKE) install)
44 --ca CA bundle install path52 --prefix curl install prefix
29 RUN apt-get update -qq && apt-get install -qq -y --no-install-recommends \
53 install-sh
3 This document describes how to compile, build and install curl and libcurl4 from sources using mk. To build it, you will require to install latest55 % mk install
34 all install clean nuke:V:
44 make install
30 The source kits are provided in backup savesets inside of the PCSI install kit.60 For the make install process to work, it must have write access to the68 creating a separate directory tree to install into which can be referenced75 The directory NEW_GNU:[usr] should be created. The make install phase should78 The make install process may abort if curl is already because it can not235 to create an alias link on install and remove the link on remove.241 of PCSI on systems that have ODS-5 filenames do. So as a post install243 case as a post install step.
279 rem Perform the install280 call :install debug static %LEGACY_BUILD%288 rem Perform the install289 call :install debug shared %LEGACY_BUILD%299 rem Perform the install308 rem Perform the install326 rem Perform the install335 rem Perform the install346 rem Perform the install355 rem Perform the install[all …]
64 install-data-local:
30 install:V: all
43 install(FILES "${_man_target}" DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
41 install(FILES "${CURL_MANPAGE}" DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
36 install(FILES ${_src} DESTINATION "${CMAKE_INSTALL_MANDIR}/man3")
Completed in 26 milliseconds