Skip to content
Snippets Groups Projects
Commit b13bbb83 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

Update howto.md

parent c15af2a7
No related branches found
No related tags found
No related merge requests found
......@@ -70,3 +70,16 @@ Alternative solution: If you love the app so much, you can download the correct
journalctl --disk-usage
journalctl --vacuum-size=20M
```
## install intel icc
```
## Please run following as root:
echo "deb https://apt.repos.intel.com/oneapi all main" >/etc/apt/sources.list.d/intel-oneapi.list
apt update
apt install ca-certificates gnupg
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BAC6F0C353D04109
apt update
apt install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment