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

[BUG] I can't run "make build" command successfully #4560

Closed
aedudon opened this issue Mar 28, 2024 · 3 comments
Closed

[BUG] I can't run "make build" command successfully #4560

aedudon opened this issue Mar 28, 2024 · 3 comments
Assignees
Labels

Comments

@aedudon
Copy link

aedudon commented Mar 28, 2024

Describe the bug
I face some issues when i try to run "make build" command. i already run "make setup". i use redis 6+
image
image
image

Anyone can help me pls.

@meiravgri
Copy link
Collaborator

meiravgri commented Mar 28, 2024

Hi @aedudon
We have changed the building dependencies.
make setup is no longer needed.
To build the module you need to download boost headers.
you can use the script provided in our library

cd  .install
./install_boost.sh 1.83.0
cd ..

make sure you delete the previously generated bin directory and then run make again.
let me know if you encounter any issues.

@ShogunPanda
Copy link

It worked for me as well.
Nit: it's ./install_boost.sh 1.83.0.

I strongly suggest you put this instruction somewhere in the documentation.

@meiravgri
Copy link
Collaborator

thanks, fixed

We are working on updating the documentation.

@oshadmi oshadmi unpinned this issue May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants