Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Verlässliche Systemsoftware
projects
osv
Commits
babbde69
Commit
babbde69
authored
11 years ago
by
Dmitry Fleytman
Browse files
Options
Downloads
Patches
Plain Diff
Readme updates for new build script
parent
29160b6b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+19
-12
19 additions, 12 deletions
README
with
19 additions
and
12 deletions
README
+
19
−
12
View file @
babbde69
...
...
@@ -11,12 +11,28 @@ To build OSv
On Debian:
apt-get install libboost-all-dev genromfs libvirt-fuse autoconf
1) make sure all git submodules are uptodate
1) make sure the zfs-fuse daemon is running
----------------------------------------
On Fedora:
sudo systemctl start zfs-fuse.service
sudo systemctl enable zfs-fuse.service # to have it start on reboot
On Debian the daemon should be started automatically.
2) make sure all git submodules are uptodate
-----------------------------------------
git submodule update --init
2) build the specially patched libunwind
3) build everything at once
------------------------
./scripts/build-all.sh
OR follow steps below
4) build the specially patched libunwind
-------------------------------------
cd external/libunwind
...
...
@@ -26,21 +42,12 @@ To build OSv
cp ./src/.libs/libunwind.a ../..
cd ../..
4
) build the glibc test suite
5
) build the glibc test suite
cd external/glibc-testsuite
make
cd ../..
6) make sure the zfs-fuse daemon is running
----------------------------------------
On Fedora:
sudo systemctl start zfs-fuse.service
sudo systemctl enable zfs-fuse.service # to have it start on reboot
On Debian the daemon should be started automatically.
6) build osv
---------
...
...
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