@@ -76,11 +76,11 @@ not necessary for the toolchain but are required by Memgraph.
76
76
sudo ./environment/os/debian-11.sh install MEMGRAPH_BUILD_DEPS
77
77
```
78
78
79
- For ARM look for ` -arm ` in the script name (e.g., on Ubuntu 22 .04 with Apple M processor):
79
+ For ARM look for ` -arm ` in the script name (e.g., on Ubuntu 24 .04 with Apple M processor):
80
80
81
81
```bash
82
- sudo ./environment/os/ubuntu-22 .04-arm.sh install TOOLCHAIN_RUN_DEPS
83
- sudo ./environment/os/ubuntu-22 .04-arm.sh install MEMGRAPH_BUILD_DEPS
82
+ sudo ./environment/os/ubuntu-24 .04-arm.sh install TOOLCHAIN_RUN_DEPS
83
+ sudo ./environment/os/ubuntu-24 .04-arm.sh install MEMGRAPH_BUILD_DEPS
84
84
```
85
85
</Callout >
86
86
@@ -110,18 +110,15 @@ to install the appropriate toolchain for your distribution.
110
110
111
111
Download the toolchain for your operating system from one of the following links:
112
112
113
- - [ CentOS 7] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v5/toolchain-v5-binaries-centos-7-x86_64.tar.gz )
114
- - [ CentOS 9] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v5/toolchain-v5-binaries-centos-9-x86_64.tar.gz )
115
- - [ Fedora 39] ( https://s3.eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v5/toolchain-v5-binaries-fedora-39-amd64.tar.gz )
116
- - [ Debian 11 (x86_64)] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v5/toolchain-v5-binaries-debian-11-amd64.tar.gz )
117
- - [ Debian 11 (arm64)] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v5/toolchain-v5-binaries-debian-11-arm64.tar.gz )
118
- - [ Debian 12 (x86_64)] ( https://s3.eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v5/toolchain-v5-binaries-debian-12-amd64.tar.gz )
119
- - [ Debian 12 (arm64)] ( https://s3.eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v5/toolchain-v5-binaries-debian-12-arm64.tar.gz )
120
- - [ Ubuntu 20.04] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v5/toolchain-v5-binaries-ubuntu-20.04-amd64.tar.gz )
121
- - [ Ubuntu 22.04 (x86_64)] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v5/toolchain-v5-binaries-ubuntu-22.04-amd64.tar.gz )
122
- - [ Ubuntu 22.04 (arm64)] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v5/toolchain-v5-binaries-ubuntu-22.04-arm64.tar.gz )
123
- - [ Ubuntu 24.04 (x86_64)] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v5/toolchain-v5-binaries-ubuntu-24.04-amd64.tar.gz )
124
- - [ Ubuntu 24.04 (arm64)] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v5/toolchain-v5-binaries-ubuntu-24.04-arm64.tar.gz )
113
+ - [ CentOS 9] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-centos-9-x86_64.tar.gz )
114
+ - [ CentOS 10] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-centos-10-x86_64.tar.gz )
115
+ - [ Debian 11 (x86_64)] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-debian-11-amd64.tar.gz )
116
+ - [ Debian 11 (arm64)] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-debian-11-arm64.tar.gz )
117
+ - [ Debian 12 (x86_64)] ( https://s3.eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-debian-12-amd64.tar.gz )
118
+ - [ Debian 12 (arm64)] ( https://s3.eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-debian-12-arm64.tar.gz )
119
+ - [ Ubuntu 22.04 (x86_64)] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-ubuntu-22.04-amd64.tar.gz )
120
+ - [ Ubuntu 24.04 (x86_64)] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-ubuntu-24.04-amd64.tar.gz )
121
+ - [ Ubuntu 24.04 (arm64)] ( https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/toolchain-v6/toolchain-v6-binaries-ubuntu-24.04-arm64.tar.gz )
125
122
126
123
Extract the toolchain with the following command:
127
124
@@ -132,7 +129,7 @@ sudo tar xzvfm {{toolchain-archive}}.tar.gz -C /opt
132
129
<Callout >
133
130
134
131
After you have installed the toolchain, you should read the instructions for the
135
- toolchain in the toolchain install directory (` /opt/toolchain-v5 /README.md ` )
132
+ toolchain in the toolchain install directory (` /opt/toolchain-v6 /README.md ` )
136
133
and install dependencies that are necessary to run the toolchain.
137
134
138
135
</Callout >
@@ -154,11 +151,11 @@ sudo ./environment/os/install_deps.sh install TOOLCHAIN_RUN_DEPS
154
151
sudo ./environment/os/debian-11.sh install TOOLCHAIN_RUN_DEPS
155
152
```
156
153
157
- For ARM look for ` -arm ` in script name (e.g. on Ubuntu 22 .04 with Apple M processor):
154
+ For ARM look for ` -arm ` in script name (e.g. on Ubuntu 24 .04 with Apple M processor):
158
155
159
156
```bash
160
- sudo ./environment/os/ubuntu-22 .04-arm.sh check TOOLCHAIN_RUN_DEPS
161
- sudo ./environment/os/ubuntu-22 .04-arm.sh install TOOLCHAIN_RUN_DEPS
157
+ sudo ./environment/os/ubuntu-24 .04-arm.sh check TOOLCHAIN_RUN_DEPS
158
+ sudo ./environment/os/ubuntu-24 .04-arm.sh install TOOLCHAIN_RUN_DEPS
162
159
```
163
160
</Callout >
164
161
@@ -169,7 +166,7 @@ prepared toolchain activation script that is also described in the toolchain
169
166
You must activate the toolchain every time you want to compile Memgraph:
170
167
171
168
``` bash
172
- source /opt/toolchain-v5 /activate
169
+ source /opt/toolchain-v6 /activate
173
170
```
174
171
175
172
In case you need to deactivate the toolchain, you can run:
0 commit comments