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

Make error on Debian for v.2.12.2 #3182

Open
alperensayar opened this issue Sep 8, 2023 · 2 comments
Open

Make error on Debian for v.2.12.2 #3182

alperensayar opened this issue Sep 8, 2023 · 2 comments

Comments

@alperensayar
Copy link

after downloand the graph and extarct and insatll cmake make python3 and other dependis in folder write make command to get .so but i got this output

Building into /src

Using CC=cc

Makefile:216: /rules: No such file or directory
make: *** No rule to make target '/rules'. Stop.

@nafraf
Copy link
Contributor

nafraf commented Sep 8, 2023

Hi, did you get the code of the submodules?
git submodule update --init --progress --recursive
If you are downloading the repo at first time, you can use:
git clone --recurse-submodules -j8 https://github.com/RedisGraph/RedisGraph.git

@alperensayar
Copy link
Author

yep i download like this
git clone --recurse-submodules -j8 https://github.com/RedisGraph/RedisGraph.git

and then install apt-get install build-essential cmake m4 automake peg libtool autoconf python3 with sudo

cd RedisGraph
when i write to make
now got
deps/readies/mk/main:49 *** cannot find python3 insterpreted

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