aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2020-11-27 17:53:50 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2020-11-27 18:04:04 +0400
commitc0eac03e8ce1b9a743231f2fe21e7cb579fc9339 (patch)
treeb5e30c908f8559ee04a793b312855b742939a68d /README.md
parentd61b5d71fbb4259989f830692d15a6367ce94261 (diff)
downloadslirp-c0eac03e8ce1b9a743231f2fe21e7cb579fc9339.zip
slirp-c0eac03e8ce1b9a743231f2fe21e7cb579fc9339.tar.gz
slirp-c0eac03e8ce1b9a743231f2fe21e7cb579fc9339.tar.bz2
Remove the QEMU-special make build-system
Since QEMU 5.2, QEMU uses meson and handle the build itelf before it starts using libslirp as a subproject. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dc11e5f..9f9c1b1 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ containers or various tools.
### Prerequisites
-A C compiler, make/meson and glib2 development libraries.
+A C compiler, meson and glib2 development libraries.
(see also [.gitlab-ci.yml](.gitlab-ci.yml) DEPS variable for the list
of dependencies on Fedora)