From 2cfa2b70855d8b8f128f43fc1e0d9349bb7e9022 Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Tue, 1 Nov 2011 14:49:57 -0700 Subject: [PATCH] Added the requirement for libftdi on debian into the readme. Closes gh-12. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 0c2461b..b3a0220 100644 --- a/README +++ b/README @@ -122,7 +122,7 @@ Notes for Linux users: You need to install several packages. On Debian just run: $ apt-get install flex bison libgmp3-dev libmpfr-dev libncurses5-dev \ - libmpc-dev autoconf texinfo build-essential + libmpc-dev autoconf texinfo build-essential libftdi-dev You may want to try running the following command instead too: -- 2.30.2