Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
slirp
libslirp
Commits
113a219a
Commit
113a219a
authored
May 24, 2019
by
Marc-André Lureau
🎺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md build instructions
parent
bc814a7c
Pipeline
#38594
passed with stage
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
README.md
README.md
+4
-2
No files found.
README.md
View file @
113a219a
...
...
@@ -14,13 +14,15 @@ of dependencies on Fedora)
### Building
QEMU uses a static library built with
``make``
. But you may also build
and install the shared library with meson:
You may build and install the shared library with meson:
```
sh
meson build
ninja
-C
build
install
```
And configure QEMU with --enable-slirp=system to link against it.
(QEMU may build with the submodule static library using --enable-slirp=git)
### Testing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment