summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkihiro Suda <suda.akihiro@lab.ntt.co.jp>2018-07-13 12:50:15 +0900
committerAkihiro Suda <suda.akihiro@lab.ntt.co.jp>2018-07-13 13:38:50 +0900
commitf966fb0c5d4e388d97f13950c1ee692a74f4152c (patch)
treee4c9d4a398a4886d5d2d058221c293a754f9b5e2 /README.md
parent8c6104221980c32bde20d71c455ea81d4e969738 (diff)
use QEMU slirp
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 2 insertions, 15 deletions
diff --git a/README.md b/README.md
index eb6c007..8192294 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,12 @@
# slirp4netns: slirp for network namespaces, without copying buffers across the namespaces
-
## Install
-Requires [libslirp](https://github.com/rd235/libslirp)(GPL2).
-
```console
-$ autoreconf -if
-$ ./configure
-$ make
+$ ./make.sh
+$ mv slirp4netns ~/bin
```
-Or just `cc -o slirp4netns *.c -lslirp -lpthread`
-
-Note: The files under [`qemu`](./qemu) and [`rd235_libslirp`] directories will soon replace libslirp.
-
-### Static binary
-You can also build a static binary by running `./configure LDFLAGS=-static`.
-
-Note that you need to install libslirp with `./configure --enable-static`.
-
## Usage
Terminal 1: