From b13bbb832e9fe76f569f03ade5c4b6e456542677 Mon Sep 17 00:00:00 2001
From: Recolic <git@me.recolic.net>
Date: Fri, 10 May 2024 20:24:10 +0000
Subject: [PATCH] Update howto.md

---
 howto.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/howto.md b/howto.md
index 8e7826c..bde291f 100644
--- a/howto.md
+++ b/howto.md
@@ -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
+```
-- 
GitLab