Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/.circleci/images/primary/
DDockerfile4 RUN sudo apt-get -y install software-properties-common
6 RUN sudo apt-get -y install cmake
7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm
8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386
9 RUN sudo apt-get -y install clang clang-tools
10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6
11 RUN sudo apt-get -y install valgrind
12 RUN sudo apt-get -y install gcc-multilib-powerpc-linux-gnu gcc-powerpc-linux-gnu gcc-arm-linux-gnue…
/lz4-3.4.0-2.7.6/contrib/meson/meson/examples/
Dmeson.build17 install: false)
21 install: false)
25 install: false)
29 install: false)
33 install: false)
37 install: false)
41 install: false)
45 install: false)
49 install: false)
/lz4-3.4.0-2.7.6/contrib/meson/meson/tests/
Dmeson.build31 install: false)
39 install: false)
46 install: false)
52 install: false)
60 install: false)
67 install: false)
73 install: false)
/lz4-3.4.0-2.7.6/contrib/meson/
DREADME.md19 ninja install # to install
22 You might want to install it in staging directory:
25 DESTDIR=./staging ninja install
/lz4-3.4.0-2.7.6/contrib/meson/meson/contrib/gen_manual/
Dmeson.build26 install: false)
35 install : false)
43 install : false)
/lz4-3.4.0-2.7.6/build/cmake/
DCMakeLists.txt40 # install anything. However, we want to let people override this, so
181 install(TARGETS ${LZ4_PROGRAMS_BUILT}
184 install(TARGETS ${LZ4_LIBRARIES_BUILT}
188 install(FILES
193 install(FILES "${LZ4_PROG_SOURCE_DIR}/lz4.1"
195 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/liblz4.pc"
198 # install lz4cat and unlz4 symlinks on *nix
200 install(CODE "
212 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${f}.1"
/lz4-3.4.0-2.7.6/
DMakefile96 .PHONY: install uninstall
97 install uninstall: target
101 .PHONY: travis-install
102 travis-install:
103 $(MAKE) -j1 install DESTDIR=~/install_test_dir
DNEWS20 install: Haiku support, by Jerome Duval
53 install: MidnightBSD, by @laffer1
54 install: msys2 on Windows 10, by @vtorri
88 install: fix man page directory (#387), reported by Stuart Cardall (@itoffshore)
175 Changed: Default "make install" directory is /usr/local, as notified by Ron Johnson
224 Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
225 Fix : Makefile : install for OS-X and BSD, thanks to Takayuki Matsuoka
230 Fix : OS-X : library install name, thanks to Clemens Lang
280 Makefile : added capability to install libraries
300 Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)
[all …]
DREADME.md74 make install # this command may require root permissions
88 You can download and install LZ4 using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency m…
93 ./vcpkg integrate install
94 vcpkg install lz4
DINSTALL6 make install # this command may require root access
DMakefile.inc104 INSTALL ?= install
/lz4-3.4.0-2.7.6/lib/
D.gitignore1 # make install artefact
DREADME.md125 - `Makefile` : `make` script to compile and install lz4 library (static and dynamic)
126 - `liblz4.pc.in` : for `pkg-config` (used in `make install`)
DMakefile180 install: lib liblz4.pc target
/lz4-3.4.0-2.7.6/contrib/djgpp/
DREADME.MD7 * Extract and install it (`tar jxvf djgpp-linux64-gcc492.tar.bz2`). Note the path. We'll assume `…
17 * `make -f contrib/djgpp/Makefile DESTDIR=/home/user/dos install`, however it doesn't make much sen…
/lz4-3.4.0-2.7.6/contrib/snap/
DREADME.md25 * install snap by doing 'snap install lz4' on any Linux distro
/lz4-3.4.0-2.7.6/tests/
Dtest_install.sh13 for cmd in install uninstall; do
DMakefile171 test: test-lz4 test-lz4c test-frametest test-fullbench test-fuzzer test-install test-amalgamation l…
182 test-install: lz4 lib liblz4.pc
/lz4-3.4.0-2.7.6/contrib/meson/meson/programs/
Dmeson.build36 install: true)
/lz4-3.4.0-2.7.6/contrib/meson/meson/lib/
Dmeson.build38 install: true,
/lz4-3.4.0-2.7.6/programs/
DMakefile166 install: lz4 target
DREADME.md9 including standard targets (`all`, `install`, `clean`, etc.)