Sign inSign up

memgraph/memgraph-builder

By memgraph

Updated over 2 years ago

Image
0

511

memgraph/memgraph-builder repository overview

Memgraph Builder

This image can be used to build Memgraph on your own computer using Docker. The image is Debian 11 Linux that contains the toolchain in the /opt directory.

How to run?

Clone the Memgraph source code in whatever location you want, and then run the following command where you will replace $MEMGRAPH_PATH with the location where you cloned the Memgraph repository from GitHub:

docker container run --name meme-build -it -v $MEMGRAPH_PATH:/memgraph --entrypoint bash memgraph/memgraph-builder

After that, you will find yourself in the builder container. Then run the following init commands:

source /opt/toolchain-v4/activate
./environment/os/debian-11.sh install MEMGRAPH_BUILD_DEPS
./init

And that's it, you are ready to build Memgraph. To try building it, run the following:

cd build
cmake ..
make -j$THREADS

Tag summary

Content type

Image

Digest

Size

3 GB

Last updated

over 4 years ago

docker pull memgraph/memgraph-builder