Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Koula <mkoula@gmail.com>2018-08-29 19:16:04 +0300
committerGitHub <noreply@github.com>2018-08-29 19:16:04 +0300
commiteaf7e9771e5d8b8258b62ff89e6f3735a3112b36 (patch)
tree557e3f77d8f9a5790d5602f4a335582785afea82 /INSTALL.markdown
parent1d997873750e5fdef1fe368b5296f4427dab3ea0 (diff)
There are two big package managers on OS X
Except for Homebrew (Linux like a clone), there's also package manager MacPorts (FreeBSD like a clone) which is having the package for php-redis
Diffstat (limited to 'INSTALL.markdown')
-rw-r--r--INSTALL.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.markdown b/INSTALL.markdown
index 1a569331..8680b197 100644
--- a/INSTALL.markdown
+++ b/INSTALL.markdown
@@ -85,6 +85,11 @@ You can install it using Homebrew:
- [Get homebrew-php](https://github.com/Homebrew/homebrew-php)
- `brew install php55-redis` (or php53-redis, php54-redis)
+You can install it using MacPorts:
+
+- [Get macports-php](https://www.macports.org/)
+- `sudo port install php56-redis` (or php53-redis, php54-redis, php55-redis, php70-redis, php71-redis, php72-redis)
+
# Building on Windows
See [instructions from @char101](https://github.com/phpredis/phpredis/issues/213#issuecomment-11361242) on how to build phpredis on Windows.