File tree Expand file tree Collapse file tree 8 files changed +215
-102
lines changed Expand file tree Collapse file tree 8 files changed +215
-102
lines changed Original file line number Diff line number Diff line change @@ -3405,7 +3405,36 @@ export default withNextra({
34053405 destination : '/ai-ecosystem#graphchat' ,
34063406 permanent : true
34073407 } ,
3408-
3408+ {
3409+ source : '/getting-started/build-memgraph-from-source#obtaining-the-source-code' ,
3410+ destination : '/getting-started/build-memgraph-from-source#obtain-the-source-code' ,
3411+ permanent : true
3412+ } ,
3413+ {
3414+ source : '/getting-started/build-memgraph-from-source#downloading-the-dependencies' ,
3415+ destination : '/getting-started/build-memgraph-from-source#download-dependencies-required-for-methods-1--2' ,
3416+ permanent : true
3417+ } ,
3418+ {
3419+ source : '/getting-started/build-memgraph-from-source#compiling' ,
3420+ destination : '/getting-started/build-memgraph-from-source#toolchain-installation-required-for-methods-1--2' ,
3421+ permanent : true
3422+ } ,
3423+ {
3424+ source : '/getting-started/build-memgraph-from-source#toolchain-installation-procedure' ,
3425+ destination : '/getting-started/build-memgraph-from-source#toolchain-installation-required-for-methods-1--2' ,
3426+ permanent : true
3427+ } ,
3428+ {
3429+ source : '/getting-started/build-memgraph-from-source#installing-memgraph-dependencies' ,
3430+ destination : '/getting-started/build-memgraph-from-source#download-dependencies-required-for-methods-1--2' ,
3431+ permanent : true
3432+ } ,
3433+ {
3434+ source : '/getting-started/build-memgraph-from-source#running-memgraph' ,
3435+ destination : '/getting-started/build-memgraph-from-source#run-memgraph' ,
3436+ permanent : true
3437+ } ,
34093438
34103439
34113440 // END: NEW MEMGRAPH LAB REDIRECTS
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ sudo apt-get update && sudo apt-get install -y \
9393 git \
9494 pkg-config \
9595 uuid-dev \
96- libxmlsec1-dev xmlsec1 \
96+ xmlsec1 \
9797 --no-install-recommends
9898```
9999
@@ -109,7 +109,7 @@ git clone --recurse-submodules https://github.com/memgraph/mage.git && cd mage
109109
110110Download and install the [ Memgraph Toolchain] ( https://memgraph.com/docs/getting-started/build-memgraph-from-source#toolchain-installation-procedure ) :
111111``` bash
112- curl -L https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6 /toolchain-v6 -binaries-ubuntu-24.04-amd64.tar.gz -o toolchain.tar.gz
112+ curl -L https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v7 /toolchain-v7 -binaries-ubuntu-24.04-amd64.tar.gz -o toolchain.tar.gz
113113sudo tar xzvfm toolchain.tar.gz -C /opt
114114```
115115
@@ -146,7 +146,7 @@ python3 -m pip install -r python/requirements-gpu.txt
146146Run the following command:
147147
148148``` shell
149- source /opt/toolchain-v6 /activate
149+ source /opt/toolchain-v7 /activate
150150python3 setup build
151151sudo cp -r dist/* /usr/lib/memgraph/query_modules
152152```
Original file line number Diff line number Diff line change 11export default {
22 "install-memgraph" : "Install Memgraph" ,
33 "cli" : "CLI" ,
4- "first-steps-with-docker" : "First steps with Docker"
4+ "first-steps-with-docker" : "First steps with Docker" ,
5+ "build-memgraph-from-source" : "Build Memgraph from source"
56}
67
78
You can’t perform that action at this time.
0 commit comments