From 3fd402724b62f48e8f0205c313c74d94878fe54b Mon Sep 17 00:00:00 2001 From: Edwin Amsler Date: Sat, 16 Apr 2016 21:26:49 -0500 Subject: [PATCH] List build-time dependencies Hopefully this helps save people from trying to autogen without the required packages. --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README index f74b2b8..5130926 100644 --- a/README +++ b/README @@ -19,8 +19,14 @@ To install the xwiimote-bindings package, run: If "configure" is not available, use: $ ./autogen.sh [] -Dependencies: +Runtime Dependencies: - xwiimote: The official xwiimote driver package + +Build Dependencies: + - swig + - autoconf + - libtool + - libxwiimote-dev Usage & Documentation =====================