Skip to content
Snippets Groups Projects
Commit 12cae19b authored by TDT4102 Testemac's avatar TDT4102 Testemac
Browse files

test linux

parent 97d9e577
No related branches found
No related tags found
No related merge requests found
Pipeline #184266 passed
......@@ -14,9 +14,9 @@ Extensionen guider deg gjennom resten av installasjonen, men under er hvordan ma
### Clang
Debian, Ubuntu and derivatives: `sudo apt install build-essential`
Fedora, Centos, RHEL and derivatives: `sudo dnf install gcc-c++`
Arch: `sudo pacman -S gcc`
Debian, Ubuntu og derivater bruker et script som er hentet fra <https://apt.llvm.org/>: `bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"`
Fedora, Centos, RHEL and derivatives: `sudo dnf install clang llvm`
Arch: `sudo pacman -S llvm clang`
(TODO: Gå fra gcc til clang!!!)
......@@ -26,3 +26,8 @@ Debian, Ubuntu and derivatives: `sudo apt install meson ninja-build`
Fedora, Centos, RHEL and derivatives: `sudo dnf install meson ninja-build`
Arch: `sudo pacman -S meson`
## TEST STATUS
Manjaro KDE: funker ikke
Ubuntu: ikke testet
Fedora: ikke testet
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment