-
Hi, I am Abhradeep Chakraborty. I am trying to build the dragonflydb from source as I want to work on the #1158 issue. But seems like it requires Linux (src- https://github.com/dragonflydb/dragonfly/blob/main/docs/build-from-source.md). Is there any way to build DragonflyDB for Mac? I can't use the docker-compose here because I want my changes to appear in dragonflyDB build. I am considering two ways here - 1. install ubuntu virtual machine and then build Is their any simpler way to do that? My Mac info - $ uname -a
Darwin Abhradeeps-MacBook-Pro.local 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 21:00:41 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T8103 arm64 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @Abhra303 . The project is indeed for linux only. Maybe some day it will work for MacOS :) I suggest going for option (2) and use |
Beta Was this translation helpful? Give feedback.
-
On this note, eventually supporting FreeBSD would be awesome! |
Beta Was this translation helpful? Give feedback.
Hi @Abhra303 . The project is indeed for linux only. Maybe some day it will work for MacOS :)
I suggest going for option (2) and use
ghcr.io/romange/ubuntu-dev:20
like we do in our CI tests:https://github.com/dragonflydb/dragonfly/actions/runs/4843063121/workflow#L38