From aa86fbf24d6328af166f0a6d3f6154c8ef57cac4 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 28 Dec 2012 12:42:51 +0100 Subject: [PATCH] Quick start guide how to build libftdi --- README | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/README b/README index d10cb64..cdd406e 100644 --- a/README +++ b/README @@ -23,6 +23,16 @@ Changes You'll find the newest version of libftdi at: http://www.intra2net.com/en/developer/libftdi + +Quick start +----------- +mkdir build +cd build + +cmake -DCMAKE_INSTALL_PREFIX="/usr" ../ +make +make install + -------------------------------------------------------------------- www.intra2net.com 2003-2013 Intra2net AG -------------------------------------------------------------------- -- 1.7.1