Skip to content

Commit 113a219

Browse files
committed
Update README.md build instructions
1 parent bc814a7 commit 113a219

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ of dependencies on Fedora)
1414

1515
### Building
1616

17-
QEMU uses a static library built with ``make``. But you may also build
18-
and install the shared library with meson:
17+
You may build and install the shared library with meson:
1918

2019
``` sh
2120
meson build
2221
ninja -C build install
2322
```
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)
2426

2527
### Testing
2628

0 commit comments

Comments
 (0)