Homebrewを使わずにRedisをインストールしてみよう
1320 ワード
はじめに
makeすればインストールできると思っていたら、そうではなかったので紹介します。
ダウンロード
下記URLからダウンロードします。
バージョンは3.2.8です。
ビルド
下記コマンドラインを実行してビルドします。
xcode-select --install
tar -zxf redis-3.2.8.tar.gz
cd redis-3.2.8
make distclean all
make test
したほうがいいかもしれません。
インストール
redis-server, redis-cliを適当なところに配置して、パスを通して、インストール完了です!
参考URL
Author And Source
この問題について(Homebrewを使わずにRedisをインストールしてみよう), 我々は、より多くの情報をここで見つけました https://qiita.com/t-mochizuki/items/85be7c048bf25039f98d著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .