Home
last modified time | relevance | path

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

/rocksdb-6.9/
DINSTALL.md56 `sudo apt-get install libsnappy-dev`.
64 `yum install gcc48-c++`
82 sudo yum install zlib zlib-devel
86 sudo yum install bzip2 bzip2-devel
90 sudo yum install lz4-devel
94 sudo yum install libasan
102 make && sudo make install
106 * Update XCode: run `xcode-select --install` (or install it from XCode App's settting).
109 … * run `brew tap homebrew/versions; brew install gcc48 --use-llvm` to install gcc 4.8 (or higher).
110 * run `brew install rocksdb`
[all …]
D.travis.yml161 install:
166 sudo apt-get install -y g++-8;
170 sudo apt-get install -y mingw-w64 ;
176 sudo apt-get install -y libuv1 librhash0;
186 brew cask install adoptopenjdk8
189 sudo apt-get install -y openjdk-8-jdk
Dcmake_install.cmake3 # Set the install prefix
9 # Set the install configuration name.
116 # Include the install script for each subdirectory.
DVagrantfile31 pkg install -y gmake clang35
DCMakeLists.txt872 option(ROCKSDB_INSTALL_ON_WINDOWS "Enable install target on Windows" OFF)
878 …set(CMAKE_INSTALL_PREFIX /usr CACHE PATH "Install path prefix, prepended onto install directories.…
898 install(DIRECTORY include/rocksdb COMPONENT devel DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
900 install(
909 install(
920 install(
927 install(
Dappveyor.yml28 install:
DCMakeCache.txt174 //Install path prefix, prepended onto install directories.
DMakefile98 install: preinstall target
101 .PHONY : install
104 install/fast: preinstall/fast
107 .PHONY : install/fast
110 install/local: preinstall
113 .PHONY : install/local
116 install/local/fast: preinstall/fast
119 .PHONY : install/local/fast
122 install/strip: preinstall
125 .PHONY : install/strip
[all …]
/rocksdb-6.9/CMakeFiles/
DTargetDirectories.txt16 /rdbg-bench/src/rocksdb-6.9/CMakeFiles/install.dir
17 /rdbg-bench/src/rocksdb-6.9/CMakeFiles/install/local.dir
18 /rdbg-bench/src/rocksdb-6.9/CMakeFiles/install/strip.dir
30 /rdbg-bench/src/rocksdb-6.9/tools/CMakeFiles/install.dir
31 /rdbg-bench/src/rocksdb-6.9/tools/CMakeFiles/install/local.dir
32 /rdbg-bench/src/rocksdb-6.9/tools/CMakeFiles/install/strip.dir
37 /rdbg-bench/src/rocksdb-6.9/db_stress_tool/CMakeFiles/install.dir
38 /rdbg-bench/src/rocksdb-6.9/db_stress_tool/CMakeFiles/install/local.dir
39 /rdbg-bench/src/rocksdb-6.9/db_stress_tool/CMakeFiles/install/strip.dir
/rocksdb-6.9/java/crossbuild/
Dbuild-linux-centos.sh10 sudo yum -y install epel-release
13 sudo yum -y install openssl java-1.7.0-openjdk-devel zlib-devel bzip2-devel lz4-devel snappy-devel …
16 sudo alternatives --install /usr/local/bin/cmake cmake /usr/bin/cmake 10 --slave /usr/local/bin/cte…
17 sudo alternatives --install /usr/local/bin/cmake cmake /usr/bin/cmake3 20 --slave /usr/local/bin/ct…
21 sudo yum -y install devtoolset-2-binutils devtoolset-2-gcc devtoolset-2-gcc-c++
25 …cd gflags-2.0; scl enable devtoolset-2 ./configure; scl enable devtoolset-2 make; sudo make install
Dbuild-linux.sh5 sudo apt-get -y install git make gcc g++ libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev default-…
Dbuild-linux-alpine.sh61 ./configure --prefix=/usr && make && make install &&\
/rocksdb-6.9/utilities/
Denv_librados.md43 Check this [link](https://github.com/facebook/rocksdb/blob/master/INSTALL.md) to install the depend…
45 $ sudo apt-get install libgflags-dev
46 $ sudo apt-get install libsnappy-dev
47 $ sudo apt-get install zlib1g-dev
48 $ sudo apt-get install libbz2-dev
63 See [link](http://docs.ceph.com/docs/master/install/build-ceph/)
77 sudo apt-get install g++ cmake libbz2-dev libaio-dev bison \
79 sudo apt-get install libgflags-dev libreadline6-dev libncurses5-dev \
88 make install -j8
/rocksdb-6.9/db_stress_tool/
DMakefile98 install: preinstall target
101 .PHONY : install
104 install/fast: preinstall/fast
107 .PHONY : install/fast
110 install/local: preinstall
113 .PHONY : install/local
116 install/local/fast: preinstall/fast
119 .PHONY : install/local/fast
122 install/strip: preinstall
125 .PHONY : install/strip
[all …]
Dcmake_install.cmake3 # Set the install prefix
9 # Set the install configuration name.
/rocksdb-6.9/docs/
DREADME.md20 > default. Use `brew install ruby` (or your preferred upgrade mechanism) to install a newer
27 gem install bundler
33 bundle install
38 > either `brew uninstall xz` (and then `brew install xz` after the bundle is installed) or
39 > `xcode-select --install` (although this may not work if you have already installed command
/rocksdb-6.9/tools/
DMakefile98 install: preinstall target
101 .PHONY : install
104 install/fast: preinstall/fast
107 .PHONY : install/fast
110 install/local: preinstall
113 .PHONY : install/local
116 install/local/fast: preinstall/fast
119 .PHONY : install/local/fast
122 install/strip: preinstall
125 .PHONY : install/strip
[all …]
Dcmake_install.cmake3 # Set the install prefix
9 # Set the install configuration name.
/rocksdb-6.9/build_tools/
Dmake_package.sh34 apt-get install $@ -y
41 yum install $@ -y
60 gem install $@
106 make install INSTALL_PATH=package
Dsetup_centos7.sh10 yum update -y && yum install epel-release -y
12 yum install -y \
35 make && make install
/rocksdb-6.9/java/jmh/
DREADME.md7 …he `pom.xml` file. If you are testing local changes you should build and install a SNAPSHOT versio…
/rocksdb-6.9/CMakeFiles/Export/7a006447cadce6044e9a8143a913fd66/
DRocksDBTargets.cmake96 * An install or uninstall procedure did not complete successfully.