Searched full:install (Results 1 – 25 of 29) sorted by relevance
12
/lz4-3.4.0-2.7.6/ |
D | .travis.yml | 23 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 …]
|
D | Makefile.inc | 102 INSTALL ?= ginstall 104 INSTALL ?= install 107 INSTALL_PROGRAM ?= $(INSTALL) -m 755 108 INSTALL_DATA ?= $(INSTALL) -m 644 109 INSTALL_DIR ?= $(INSTALL) -d -m 755
|
D | NEWS | 20 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 …]
|
D | Makefile | 91 # 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
|
D | README.md | 74 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.yml | 5 script: pkg install -y gmake && gmake test
|
D | INSTALL | 6 make install # this command may require root access
|
/lz4-3.4.0-2.7.6/.circleci/images/primary/ |
D | Dockerfile | 4 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/ |
D | meson.build | 17 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/ |
D | README.md | 19 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/ |
D | meson.build | 31 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/ |
D | CMakeLists.txt | 40 # 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/ |
D | meson.build | 26 install: false) 35 install : false) 43 install : false)
|
/lz4-3.4.0-2.7.6/contrib/snap/ |
D | README.md | 25 * install snap by doing 'snap install lz4' on any Linux distro
|
/lz4-3.4.0-2.7.6/contrib/djgpp/ |
D | README.MD | 7 * 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…
|
D | Makefile | 62 .PHONY: all install uninstall showconfig gstat gpush 75 install: $(INC) $(LIB) $(EXE) target
|
/lz4-3.4.0-2.7.6/lib/ |
D | .gitignore | 1 # make install artefact
|
D | README.md | 125 - `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/ |
D | test_install.sh | 13 for cmd in install uninstall; do
|
/lz4-3.4.0-2.7.6/contrib/meson/meson/lib/ |
D | meson.build | 38 install: true,
|
/lz4-3.4.0-2.7.6/contrib/meson/meson/ |
D | InstallSymlink.py | 32 parser = argparse.ArgumentParser(description='Install a symlink',
|
/lz4-3.4.0-2.7.6/contrib/meson/meson/programs/ |
D | meson.build | 36 install: true)
|
/lz4-3.4.0-2.7.6/build/ |
D | README.md | 14 1. Install Visual Studio e.g. VS 2015 Community Edition (it's free).
|
/lz4-3.4.0-2.7.6/programs/ |
D | Makefile | 139 # make install is validated only for Linux, OSX, BSD, Hurd and Solaris targets 166 install: lz4 target
|
D | README.md | 9 including standard targets (`all`, `install`, `clean`, etc.)
|
12