Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 47) sorted by relevance

12

/curl/.circleci/
H A Dconfig.yml31 install-cares:
37 install-libssh:
43 install-deps:
50 install-wolfssl:
64 install-wolfssh:
161 - install-deps
170 - install-deps
178 - install-deps
188 - install-deps
197 - install-deps
[all …]
/curl/.github/workflows/
H A Dlinux-old.yml59 - name: 'install prereqs'
65 apt-get install -y --no-install-suggests --no-install-recommends httrack
70 …apt-get install -y --no-install-suggests --no-install-recommends cmake make automake autoconf libt…
84 make install
110 - name: 'cmake install'
111 run: make -C bld-cares install
128 --prefix="$PWD"/../install-am
140 - name: 'autoconf install'
141 run: make -C bld-am install
H A Dchecksrc.yml50 - name: install
56 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
H A Dlinux.yml289 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 install
391 make install
412 make install
435 cmake --install .
490 cmake --install .
512 cmake --install .
524 - name: 'install rust'
[all …]
H A Dwindows.yml85 --prefix="${HOME}"/install \
104 run: make -C bld -j5 V=1 install
218 install: >-
233 install: >-
252 --prefix="${HOME}"/install \
271 run: make -C bld -j5 V=1 install
288 - name: 'install test prereqs'
379 - name: 'install test prereqs'
507 - name: 'install test prereqs'
545 - name: 'install packages'
[all …]
H A Dnon-native.yml56 …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 install
168 sudo pkg install -y cmake-core ninja perl5 \
201 prepare: pkg install build-essential libtool nghttp2
207 --prefix="${HOME}"/install \
212 gmake -j3 install
H A Dhttp3-linux.yml158 - name: install build prereqs
163 sudo apt-get install -y --no-install-suggests --no-install-recommends \
194 make install
212 make install
224 make install
236 make install
249 make install
327 sudo apt-get install -y --no-install-suggests --no-install-recommends \
337 name: 'install prereqs'
412 - name: 'install openssl'
[all …]
H A Dmacos.yml73 install: brotli zstd
90 install: libssh
95 install: libssh
128 install: libressl
146 install: gsasl
150 install: libssh
157 install: libressl heimdal
169 install: gnutls nettle krb5
195 - name: 'brew install'
304 - name: 'install test prereqs'
[all …]
H A Dconfigure-vs-cmake.yml65 - name: install packages
67 …while [[ $? == 0 ]]; do for i in 1 2 3; do brew update && brew install libtool autoconf automake &…
107 - name: install packages
108 run: sudo apt-get --quiet 2 --option Dpkg::Use-Pty=0 install mingw-w64
H A Dcheckdocs.yml42 # - name: install prereqs
46 # sudo apt-get install -y --no-install-suggests --no-install-recommends \
H A Ddistcheck.yml58 make -j5 install
63 name: 'verify in-tree configure build including install'
106 make -j5 install
/curl/
H A DMakefile.am206 $(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)
H A Dcurl-config.in44 --ca CA bundle install path
52 --prefix curl install prefix
H A DDockerfile29 RUN apt-get update -qq && apt-get install -qq -y --no-install-recommends \
H A D.gitignore53 install-sh
/curl/plan9/
H A DREADME3 This document describes how to compile, build and install curl and libcurl
4 from sources using mk. To build it, you will require to install latest
55 % mk install
H A Dmkfile34 all install clean nuke:V:
/curl/packages/vms/
H A Dmake_gnv_curl_install.sh44 make install
H A Dcurl_gnv_build_steps.txt30 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 the
68 creating a separate directory tree to install into which can be referenced
75 The directory NEW_GNU:[usr] should be created. The make install phase should
78 The make install process may abort if curl is already because it can not
235 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 install
243 case as a post install step.
/curl/projects/
H A Dbuild-openssl.bat279 rem Perform the install
280 call :install debug static %LEGACY_BUILD%
288 rem Perform the install
289 call :install debug shared %LEGACY_BUILD%
299 rem Perform the install
308 rem Perform the install
326 rem Perform the install
335 rem Perform the install
346 rem Perform the install
355 rem Perform the install
[all …]
/curl/scripts/
H A DMakefile.am64 install-data-local:
/curl/plan9/include/
H A Dmkfile30 install:V: all
/curl/docs/
H A DCMakeLists.txt43 install(FILES "${_man_target}" DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
/curl/docs/cmdline-opts/
H A DCMakeLists.txt41 install(FILES "${CURL_MANPAGE}" DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
/curl/docs/libcurl/opts/
H A DCMakeLists.txt36 install(FILES ${_src} DESTINATION "${CMAKE_INSTALL_MANDIR}/man3")

Completed in 26 milliseconds

12