Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install dependencies on Centos #53

Open
NidaTariq45 opened this issue Sep 24, 2018 · 1 comment
Open

Cannot install dependencies on Centos #53

NidaTariq45 opened this issue Sep 24, 2018 · 1 comment

Comments

@NidaTariq45
Copy link

NidaTariq45 commented Sep 24, 2018

sudo apt-get install libmsgpack-dev libboost-thread-dev libboost-date-time-dev libboost-test-dev libboost-filesystem-dev libboost-system-dev libhiredis-dev cmake build-essential

Unable to install these dependencies on redis3m on Centos 7. Is there a way to get around with this?

@luca3m
Copy link
Owner

luca3m commented Sep 25, 2018

I think that you don't really need boost if you are using C++11 and this flag: https://github.com/luca3m/redis3m/blob/master/CMakeLists.txt#L13

Then you have just to install hiredis like this: https://github.com/redis/hiredis

Any Pull Requests to update README with Centos 7 install instructions are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants