Skip to content

Commit b26a757

Browse files
mattkjames7matea16
andauthored
Toolchain v7 (#1429)
* Toolchain v7 * fixed mistake in toolchain links * updates & redirects --------- Co-authored-by: matea16 <mateapesic@hotmail.com> Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>
1 parent 56762a7 commit b26a757

File tree

8 files changed

+215
-102
lines changed

8 files changed

+215
-102
lines changed

next.config.mjs

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pages/advanced-algorithms/install-mage.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

110110
Download 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
113113
sudo tar xzvfm toolchain.tar.gz -C /opt
114114
```
115115

@@ -146,7 +146,7 @@ python3 -m pip install -r python/requirements-gpu.txt
146146
Run the following command:
147147

148148
```shell
149-
source /opt/toolchain-v6/activate
149+
source /opt/toolchain-v7/activate
150150
python3 setup build
151151
sudo cp -r dist/* /usr/lib/memgraph/query_modules
152152
```

pages/getting-started/_meta.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
export 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

0 commit comments

Comments
 (0)