You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/acfl.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ ACfL is now [ready to use](#armclang).
260
260
261
261
Arm Compiler for Linux is available with the [Spack](https://spack.io/) package manager.
262
262
263
-
See the [Arm Compiler for Linux and Arm PL now available in Spack](https://community.arm.com/arm-community-blogs/b/high-performance-computing-blog/posts/arm-compiler-for-linux-and-arm-pl-now-available-in-spack) blog for full details.
263
+
See the [Arm Compiler for Linux and Arm PL now available in Spack](https://developer.arm.com/community/arm-community-blogs/b/servers-and-cloud-computing-blog/posts/arm-compiler-for-linux-and-arm-pl-now-available-in-spack) blog for full details.
Copy file name to clipboardExpand all lines: content/install-guides/java.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,24 +144,24 @@ For more information about the available versions and supported platforms refer
144
144
145
145
You can download Java from the [Oracle website](https://www.oracle.com/java/technologies/javase-downloads.html) and install it manually. Look for the files with ARM64 in the description.
146
146
147
-
Download a [tar.gz](https://download.oracle.com/java/22/latest/jdk-22_linux-aarch64_bin.tar.gz) file from the website.
147
+
Download a [tar.gz](https://download.oracle.com/java/25/latest/jdk-25_linux-aarch64_bin.tar.gz) file from the website.
148
148
149
149
Extract the contents of the file:
150
150
151
151
```console
152
-
tar xvf jdk-22_linux-aarch64_bin.tar.gz
152
+
tar xvf jdk-25_linux-aarch64_bin.tar.gz
153
153
```
154
154
155
155
Move the contents to a directory of your choice:
156
156
157
157
```console
158
-
sudo mv jdk-22.0.2 /usr/local/
158
+
sudo mv jdk-25.0.2 /usr/local/
159
159
```
160
160
161
161
Set up environment variables to locate your installation:
162
162
163
163
```console
164
-
export JAVA_HOME=/usr/local/jdk-22.0.2
164
+
export JAVA_HOME=/usr/local/jdk-25.0.2
165
165
export PATH=$JAVA_HOME/bin:$PATH
166
166
```
167
167
@@ -350,9 +350,9 @@ sudo apt install ant -y
350
350
You can also install specific versions by downloading and extracting a zip file:
Copy file name to clipboardExpand all lines: content/install-guides/openvscode-server.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ multitool_install_part: false # Set to true if a sub-page of a multi-page arti
26
26
layout: installtoolsall # DO NOT MODIFY. Always true for tool install articles
27
27
---
28
28
29
-
[OpenVSCode Server](https://www.gitpod.io/blog/openvscode-server-launch) is a version of VS Code which runs on any computer and can be accessed using a browser. The project was initiated by Gitpod and is available on [GitHub](https://github.com/gitpod-io/openvscode-server/)
29
+
OpenVSCode Server is a version of VS Code which runs on any computer and can be accessed using a browser. The project was initiated by Gitpod and is available on [GitHub](https://github.com/gitpod-io/openvscode-server/)
30
30
31
31
OpenVSCode Server supports the Arm architecture and is useful for developing on a remote Arm machine. It can be used on cloud instances, without requiring a Linux desktop to be installed. It's also useful when developing on a local Arm machine with a Linux subsystem, such as Windows Subsystem for Linux (WSL), ChromeOS with Linux enabled, or Multipass.
Copy file name to clipboardExpand all lines: content/install-guides/wperf.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ You see output similar to:
110
110
111
111
## How do I install the WindowsPerf Virtual Studio Extension? {#vs2022}
112
112
113
-
WindowsPerf GUI (Graphical User Interface) is a Visual Studio 2022 extension designed to bring a seamless UI experience to WindowsPerf, the command-line performance profiling tool for Windows on Arm. It is available on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Arm.WindowsPerfGUI).
113
+
WindowsPerf GUI (Graphical User Interface) is a Visual Studio 2022 extension designed to bring a seamless UI experience to WindowsPerf, the command-line performance profiling tool for Windows on Arm. It is available on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/).
114
114
115
115
Install by opening **Extensions** menu, click **Manage Extensions**, and click **Browse**. Type `WindowsPerf` to search for Arm WindowsPerf GUI extension. Click **Install**.
116
116
@@ -145,7 +145,7 @@ You do not need to install `wperf` on non-Windows on Arm devices.
145
145
-[WindowsPerf Release 3.0.0 blog post](https://www.linaro.org/blog/windowsperf-release-3-0-0/)
146
146
-[WindowsPerf Release 2.5.1 blog post](https://www.linaro.org/blog/windowsperf-release-2-5-1/)
147
147
-[WindowsPerf release 2.4.0 introduces the first stable version of sampling model support](https://www.linaro.org/blog/windowsperf-release-2-4-0-introduces-the-first-stable-version-of-sampling-model-support/)
148
-
-[Announcing WindowsPerf: Open-source performance analysis tool for Windows on Arm](https://community.arm.com/arm-community-blogs/b/infrastructure-solutions-blog/posts/announcing-windowsperf)
148
+
-[Announcing WindowsPerf: Open-source performance analysis tool for Windows on Arm](https://developer.arm.com/community/arm-community-blogs/b/servers-and-cloud-computing-blog/posts/announcing-windowsperf)
Copy file name to clipboardExpand all lines: content/learning-paths/cross-platform/_example-learning-path/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Arm has a number of content channels where you can access Arm technical content
30
30
31
31
*[Product Documentation and reference manuals](https://developer.arm.com/documentation) are the trusted source of detailed information for developing on the Arm architecture.
32
32
33
-
*[Blogs](https://www.community.arm.com) offer news and announcements for recent and upcoming Arm activities.
33
+
*[Blogs](https://developer.arm.com) offer news and announcements for recent and upcoming Arm activities.
34
34
35
35
*[Videos](https://www.youtube.com/c/armsoftwaredevelopers) provide talks and demos of Arm tools and other software topics.
0 commit comments