Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Backend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Wetterstation
Backend
Wiki
Compile
linux
Changes
Page history
New page
Templates
Clone repository
Update linux
authored
5 years ago
by
Dennis Eisold
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compile/linux.md
+1
-1
1 addition, 1 deletion
compile/linux.md
with
1 addition
and
1 deletion
compile/linux.md
View page @
15be8a09
...
...
@@ -2,7 +2,7 @@ Um unser backend auch unter Linux laufen lassen zu können, müssen wir es darun
Hierfür müssen zuerst die Dependencies erfüllt sein, das machen wir mit vcpkg:
```
apt-get install -y curl unzip tar git
apt-get install -y curl unzip tar git
bison
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
...
...
This diff is collapsed.
Click to expand it.