Home
last modified time | relevance | path

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

123456789

/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzfs-helpers.sh118 install() { function
153 install "$CMD_DIR/mount_zfs/mount.zfs" \
155 install "$CMD_DIR/fsck_zfs/fsck.zfs" \
157 install "$CMD_DIR/zvol_id/zvol_id" \
159 install "$CMD_DIR/vdev_id/vdev_id" \
161 install "$UDEV_RULE_DIR/60-zvol.rules" \
163 install "$UDEV_RULE_DIR/69-vdev.rules" \
165 install "$UDEV_RULE_DIR/90-zfs.rules" \
167 install "$CMD_DIR/zpool/zpool.d" \
169 install "$CONTRIB_DIR/pyzfs/libzfs_core" \
[all …]
/f-stack/
H A D.travis.yml10 # - sudo apt-get install -y coreutils build-essential git
11 # - sudo apt-get install -y linux-headers-`uname -r`
13 install:
14 - sudo apt-get install -y coreutils build-essential git
15 - sudo apt-get install -y linux-headers-`uname -r`
16 - sudo apt-get install -y libnuma-dev
19 - make -C dpdk install T=x86_64-native-linuxapp-gcc
/f-stack/tools/libxo/xohtml/
H A DMakefile.am26 install-exec-hook:
27 install xohtml.sh ${DESTDIR}${bindir}/xohtml
30 install ${srcdir}/$$file ${DESTDIR}${XO_SHAREDIR} ; done
32 install ${srcdir}/$$file ${DESTDIR}${XO_SHAREDIR}/external ; done
40 install-data-hook:
/f-stack/freebsd/contrib/zstd/
H A DMakefile183 .PHONY: install armtest usan asan uasan
184 install: target
193 .PHONY: travis-install
194 travis-install:
195 $(MAKE) install PREFIX=~/install_test_dir
321 apt-install:
322 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install $(APT_PACKAGES)
335 APT_PACKAGES="valgrind" $(MAKE) apt-install
338 APT_PACKAGES="libc6-dev-i386 gcc-multilib" $(MAKE) apt-install
353 APT_PACKAGES="clang-3.8" $(MAKE) apt-install
[all …]
/f-stack/freebsd/contrib/openzfs/.github/workflows/
H A Dcheckstyle.yaml17 …sudo apt-get install --yes -qq build-essential autoconf libtool gawk alien fakeroot linux-headers-…
18 …sudo apt-get install --yes -qq zlib1g-dev uuid-dev libattr1-dev libblkid-dev libselinux-dev libude…
20 sudo apt-get install --yes -qq parted lsscsi ksh attr acl nfs-kernel-server fio
21 sudo apt-get install --yes -qq mandoc cppcheck pax-utils devscripts abigail-tools
22 sudo -E pip --quiet install flake8
/f-stack/freebsd/contrib/openzfs/config/
H A Duser-systemd.m44 [install systemd unit/preset files [[default: yes]]]),
10 [install systemd unit files in dir [[/usr/lib/systemd/system]]]),
15 [install systemd preset files in dir [[/usr/lib/systemd/system-preset]]]),
20 [install systemd module load files into dir [[/usr/lib/modules-load.d]]]),
25 [install systemd generators in dir [[/usr/lib/systemd/system-generators]]]),
H A Duser-pam.m44 [install pam_zfs_key module [[default: check]]]),
10 [install pam module in dir [[$libdir/security]]]),
15 [install pam-config files in dir [DATADIR/pam-configs]]),
/f-stack/app/redis-5.0.5/deps/lua/
H A DINSTALL24 Once you have built Lua, you may want to install it in an official
25 place in your system. In this case, do "make install". The official
26 place and the way to install files are defined in Makefile. You must
27 have the right permissions to install files.
29 If you want to build and install Lua in one step, do "make xxx install",
32 If you want to install Lua locally, then do "make local". This will
33 create directories bin, include, lib, man, and install Lua there as
47 If you want to install Lua locally, but in some other directory, do
48 "make install INSTALL_TOP=xxx", where xxx is your chosen directory.
55 - Where and how to install Lua -- edit Makefile.
H A DMakefile25 INSTALL= install -p
61 install: dummy target
72 $(MAKE) install INSTALL_TOP=..
126 .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho
/f-stack/tools/libxo/xolint/
H A DMakefile.am13 install-exec-hook:
14 install ${srcdir}/xolint.pl ${DESTDIR}${bindir}/xolint
19 install-data-hook:
/f-stack/freebsd/contrib/libsodium/dist-build/
H A Dios.sh51 make -j${PROCESSORS} install || exit 1
64 make -j${PROCESSORS} install || exit 1
82 make -j${PROCESSORS} install || exit 1
95 make -j${PROCESSORS} install || exit 1
108 make -j${PROCESSORS} install || exit 1
H A Dmsys2-win64.sh9 echo Please install mingw-w64-x86_64-gcc >&2
18 make install
H A Dmsys2-win32.sh9 echo Please install mingw-w64-i686-gcc >&2
18 make install
H A Dandroid-build.sh46 --arch="$ARCH" --install-dir="$TOOLCHAIN_DIR" || exit 1
68 --arch="$ARCH" --install-dir="$TOOLCHAIN_DIR" || exit 1
91 make -j${PROCESSORS} install && \
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/
H A DMakefile.am26 install-exec-local:
27 $(PYTHON) $(builddir)/setup.py install \
30 --install-lib $(pythonsitedir) \
/f-stack/dpdk/doc/api/
H A Dmeson.build21 # if install is set to true it will override build_by_default and it will
22 # cause the target to always be built. If install were to be always set to
23 # false it would be impossible to install the docs.
29 install: get_option('enable_docs'),
56 install: get_option('enable_docs'),
/f-stack/doc/
H A DF-Stack_Build_Guide.md8 $ yum install -y git gcc openssl-devel kernel-devel-$(uname -r) bc numactl-devel python
10 $ apt-get install git gcc openssl libssl-dev linux-headers-$(uname -r) bc libnuma1 libnuma-dev libp…
19 $ ninja -C build install
28 $ make install
42 $ make install
/f-stack/app/redis-5.0.5/
H A DMakefile8 install: target
11 .PHONY: install
/f-stack/freebsd/contrib/zstd/lib/
H A DMakefile218 .PHONY: lib-all all clean install uninstall
392 INSTALL ?= install
410 install: install-pc install-static install-shared install-includes target
413 install-pc: libzstd.pc
417 install-static:
424 install-shared:
433 install-includes:
/f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/recipes/
H A Ddebian-x642 apt-get install -y --no-install-recommends build-essential
H A Dlinux-x642 apt-get install -y --no-install-recommends build-essential
H A Dubuntu-x642 apt-get install -y --no-install-recommends build-essential
/f-stack/dpdk/doc/guides/windows_gsg/
H A Dbuild_dpdk.rst27 Download and install the clang compiler from
37 Download and install the Build Tools for Visual Studio to link and build the
47 On Linux, i.e. for cross-compilation, install MinGW-w64 via a package manager.
61 Download and install the build system from
72 If using Ninja, download and install the backend from
74 install along with the meson build system.
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst10 install it using the FreeBSD `pkg` utility or from the ports collection.
26 pkg install dpdk
29 how to install the kernel modules required to use the DPDK. A more
49 If so desired, the user can install DPDK using the ports collection rather than from
56 make install
74 To install a copy of the DPDK compiled using gcc, please download the
75 official DPDK package from https://core.dpdk.org/download/ and install manually using
/f-stack/tools/libxo/packaging/
H A Dlibxo.rb.base.in15 def install
18 system "make", "install"

123456789