aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2019-05-24 17:31:40 +0000
committerMarc-André Lureau <marcandre.lureau@gmail.com>2019-05-24 17:31:40 +0000
commit113a219a69adc730ffa860c3f432049f8aa8f714 (patch)
tree78913a171e3d50c1797c0f22bf0292d645eb082f /README.md
parentbc814a7cf15aa01652fb23fc99bcc36708ac9b0c (diff)
downloadslirp-113a219a69adc730ffa860c3f432049f8aa8f714.zip
slirp-113a219a69adc730ffa860c3f432049f8aa8f714.tar.gz
slirp-113a219a69adc730ffa860c3f432049f8aa8f714.tar.bz2
Update README.md build instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 28fd9af..dc11e5f 100644
--- a/README.md
+++ b/README.md
@@ -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