We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc814a7 commit 113a219Copy full SHA for 113a219
1 file changed
README.md
@@ -14,13 +14,15 @@ of dependencies on Fedora)
14
15
### Building
16
17
-QEMU uses a static library built with ``make``. But you may also build
18
-and install the shared library with meson:
+You may build and install the shared library with meson:
19
20
``` sh
21
meson build
22
ninja -C build install
23
```
+And configure QEMU with --enable-slirp=system to link against it.
24
+
25
+(QEMU may build with the submodule static library using --enable-slirp=git)
26
27
### Testing
28
0 commit comments