Lines Matching refs:install
52 * Install gflags. First, try: `sudo apt-get install libgflags-dev`
56 `sudo apt-get install libsnappy-dev`.
57 * Install zlib. Try: `sudo apt-get install zlib1g-dev`.
58 * Install bzip2: `sudo apt-get install libbz2-dev`.
59 * Install lz4: `sudo apt-get install liblz4-dev`.
60 * Install zstandard: `sudo apt-get install libzstd-dev`.
64 `yum install gcc48-c++`
70 ./configure && make && sudo make install
78 sudo yum install snappy snappy-devel
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).
108 …re first time developer in MacOS, you still need to run: `xcode-select --install` in your command …
109 … * run `brew tap homebrew/versions; brew install gcc48 --use-llvm` to install gcc 4.8 (or higher).
110 * run `brew install rocksdb`
114 …ither install RocksDB from the Ports system using `cd /usr/ports/databases/rocksdb && make install…
119 cd /usr/ports/devel/gmake && make install
120 cd /usr/ports/devel/gflags && make install
122 cd /usr/ports/archivers/snappy && make install
123 cd /usr/ports/archivers/bzip2 && make install
124 cd /usr/ports/archivers/liblz4 && make install
125 cd /usr/ports/archivesrs/zstd && make install
127 cd /usr/ports/devel/git && make install
133 cd /usr/ports/java/openjdk7 && make install
174 * Or install via [vcpkg](https://github.com/microsoft/vcpkg)
175 * run `vcpkg install rocksdb:x64-windows`