RedisTimeSeries / RedisTimeSeries

Time Series data structure for Redis

Home Page:https://redis.io/docs/stack/timeseries/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail to execute 'make setup' on Debian

xumingyong opened this issue · comments

Dear sir,

I would like to try TimeSeries module, but I can not compile it, when I execute [make setup] command.
Makefile:15: /rules: No such file or directory
Makefile:8: deps/readies/mk/main: No such file or directory

I just checked with a clean Debian Docker image (docker pull debian). Everything works as expected.

Commands used:

su -
apt-get update
apt-get upgrade
apt-get install -y sudo git make
mkdir Redis
cd Redis
git clone --recurse-submodules -j8 https://github.com/RedisTimeSeries/RedisTimeSeries.git
cd RedisTimeSeries
make setup
make build

Did you clone the sub-modules?

I am having issues building this library in WSL2. There is some additional step needed after cloning the repo and before calling make setup. Is there not somewhere I can download this?

I ended up getting a friend to build the .so for me.

readme fixed. Please check if it works for you.