Home
last modified time | relevance | path

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

12

/lz4-3.4.0-2.7.6/
D.travis.yml23 install:
29 install:
51 - make clean travis-install
72 install:
73 - sudo apt-get install -qq valgrind
85 install:
86 - sudo apt-get install -qq python3 libc6-dev-i386 gcc-multilib
92 install:
93 - sudo apt-get install -qq libc6-dev-i386 gcc-multilib
114 install:
[all …]
DMakefile.inc102 INSTALL ?= ginstall
104 INSTALL ?= install
107 INSTALL_PROGRAM ?= $(INSTALL) -m 755
108 INSTALL_DATA ?= $(INSTALL) -m 644
109 INSTALL_DIR ?= $(INSTALL) -d -m 755
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 …]
DMakefile91 # make install is validated only for Linux, OSX, BSD, Hurd and Solaris targets
96 .PHONY: install uninstall
97 install uninstall: target
101 .PHONY: travis-install
102 travis-install:
103 $(MAKE) -j1 install DESTDIR=~/install_test_dir
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
D.cirrus.yml5 script: pkg install -y gmake && gmake test
DINSTALL6 make install # this command may require root access
/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/
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/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/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/contrib/meson/meson/contrib/gen_manual/
Dmeson.build26 install: false)
35 install : false)
43 install : false)
/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/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…
DMakefile62 .PHONY: all install uninstall showconfig gstat gpush
75 install: $(INC) $(LIB) $(EXE) target
/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`)
/lz4-3.4.0-2.7.6/tests/
Dtest_install.sh13 for cmd in install uninstall; do
/lz4-3.4.0-2.7.6/contrib/meson/meson/lib/
Dmeson.build38 install: true,
/lz4-3.4.0-2.7.6/contrib/meson/meson/
DInstallSymlink.py32 parser = argparse.ArgumentParser(description='Install a symlink',
/lz4-3.4.0-2.7.6/contrib/meson/meson/programs/
Dmeson.build36 install: true)
/lz4-3.4.0-2.7.6/build/
DREADME.md14 1. Install Visual Studio e.g. VS 2015 Community Edition (it's free).
/lz4-3.4.0-2.7.6/programs/
DMakefile139 # make install is validated only for Linux, OSX, BSD, Hurd and Solaris targets
166 install: lz4 target
DREADME.md9 including standard targets (`all`, `install`, `clean`, etc.)

12