@@ -204,7 +204,7 @@ The command to install the **latest** available version of **gcc** is:
204204To install a ** specific version** , specify it explicitly:
205205
206206<CodeBlock language = " sh" > {
207- ` xpm install @xpack-dev-tools/gcc@14.3 .0-1.1 --verbose
207+ ` xpm install @xpack-dev-tools/gcc@15.2 .0-1.1 --verbose
208208` } </CodeBlock >
209209
210210<Tabs groupId = " operating-systems" >
@@ -303,7 +303,7 @@ the project build configurations need a PATH adjustment:
303303<TabItem value = " windows" label = " Windows" default >
304304
305305<CodeBlock language = " sh" > {
306- ` export PATH=$HOME/AppData/Roaming/xPacks/xpack-dev-tools/gcc/14.3 .0-1.1/.content/bin:$PATH
306+ ` export PATH=$HOME/AppData/Roaming/xPacks/xpack-dev-tools/gcc/15.2 .0-1.1/.content/bin:$PATH
307307` } </CodeBlock >
308308
309309:::tip
@@ -318,7 +318,7 @@ corresponding shell.
318318<TabItem value = " linux" label = " GNU/Linux" >
319319
320320<CodeBlock language = " sh" > {
321- ` export PATH=$HOME/.local/xPacks/xpack-dev-tools/gcc/14.3 .0-1.1/.content/bin:$PATH
321+ ` export PATH=$HOME/.local/xPacks/xpack-dev-tools/gcc/15.2 .0-1.1/.content/bin:$PATH
322322` } </CodeBlock >
323323
324324</TabItem >
@@ -350,7 +350,7 @@ are packed as `.zip` files.
350350Download the latest version named like:
351351
352352<ul >
353- <li ><code >xpack-gcc-14.3 .0-1-win32-x64.zip</code ></li >
353+ <li ><code >xpack-gcc-15.2 .0-1-win32-x64.zip</code ></li >
354354</ul >
355355
356356:::note
@@ -366,7 +366,7 @@ unpack the archive and move it to a location of your choice.
366366
367367The recommended location is
368368the <code >%USERPROFILE%\\ AppData\\ Roaming\\ xPacks\\ gcc</code > folder, for
369- example <code >C:\\ Users\\ ilg\\ AppData\\ Roaming\\ xPacks\\ gcc\\ xpack-gcc-14.3 .0-1</code >.
369+ example <code >C:\\ Users\\ ilg\\ AppData\\ Roaming\\ xPacks\\ gcc\\ xpack-gcc-15.2 .0-1</code >.
370370
371371:::note
372372
@@ -384,8 +384,8 @@ are packed as `.tar.gz` archives.
384384Download the latest version named like:
385385
386386<ul >
387- <li ><code >xpack-gcc-14.3 .0-1-linux-x64.tar.gz</code ></li >
388- <li ><code >xpack-gcc-14.3 .0-1-linux-arm64.tar.gz</code ></li >
387+ <li ><code >xpack-gcc-15.2 .0-1-linux-x64.tar.gz</code ></li >
388+ <li ><code >xpack-gcc-15.2 .0-1-linux-arm64.tar.gz</code ></li >
389389</ul >
390390
391391:::note
@@ -400,14 +400,14 @@ unpack the archive and move it to a location of your choice.
400400
401401The recommended location is
402402the <code >~ /.local/xPacks/gcc</code > folder, for
403- example <code >/home/ilg/.local/xPacks/gcc/xpack-gcc-14.3 .0-1</code >:
403+ example <code >/home/ilg/.local/xPacks/gcc/xpack-gcc-15.2 .0-1</code >:
404404
405405<CodeBlock language = " console" > {
406406` mkdir -p ~/.local/xPacks/gcc
407407cd ~/.local/xPacks/gcc
408408
409- tar xvf ~/Downloads/xpack-gcc-14.3 .0-1-linux-x64.tar.gz
410- chmod -R -w xpack-gcc-14.3 .0-1
409+ tar xvf ~/Downloads/xpack-gcc-15.2 .0-1-linux-x64.tar.gz
410+ chmod -R -w xpack-gcc-15.2 .0-1
411411` } </CodeBlock >
412412
413413</TabItem >
0 commit comments