aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-02-03 16:52:29 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-02-03 18:17:27 +0100
commitef117a91d1aa3caf02f89d0a824fee80a8f88b88 (patch)
tree4c5ec496f53b0e54f3555160d4503af5f4a60bdc /README.md
parentembeddable-wg-library: use newer string_list (diff)
downloadwireguard-tools-ef117a91d1aa3caf02f89d0a824fee80a8f88b88.tar.xz
wireguard-tools-ef117a91d1aa3caf02f89d0a824fee80a8f88b88.zip
netlink: remove libmnl requirement
It turns out that the binary actually gets smaller if we simply inline the very small parts of libmnl that we need. Since we wind up needing the mnlg bits anyway, there's little benefit in linking to libmnl. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index be66e21..58795f7 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,7 @@ Android.
$ cd src
$ make
-On Linux, [`libmnl`](https://netfilter.org/projects/libmnl/index.html) is
-required. On Windows, the [MinGW](http://www.mingw.org/) compiler is required.
-On other platforms, only a sane libc is required.
+There are no dependencies other than a good C compiler and a sane libc.
## Installing