Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TDT4102
Documentation
Commits
12cae19b
Commit
12cae19b
authored
2 years ago
by
TDT4102 Testemac
Browse files
Options
Downloads
Patches
Plain Diff
test linux
parent
97d9e577
No related branches found
No related tags found
No related merge requests found
Pipeline
#184266
passed
2 years ago
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installing/linux.md
+10
-5
10 additions, 5 deletions
docs/installing/linux.md
with
10 additions
and
5 deletions
docs/installing/linux.md
+
10
−
5
View file @
12cae19b
...
...
@@ -14,9 +14,9 @@ Extensionen guider deg gjennom resten av installasjonen, men under er hvordan ma
### Clang
Debian, Ubuntu
and
derivat
ives:
`sudo apt install build-essential`
Fedora, Centos, RHEL and derivatives:
`sudo dnf install
gcc-c++`
Arch:
`sudo pacman -S
gcc
`
Debian, Ubuntu
og
derivat
er 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment