From 0a71c5880d9ff51eed78f7ec6417426d2e9294f7 Mon Sep 17 00:00:00 2001
From: Angel Santamaria-Navarro <asantamaria@iri.upc.edu>
Date: Fri, 16 Dec 2016 16:49:06 +0100
Subject: [PATCH] Update ReadMe.md. added ftdi driver installation

---
 ReadMe.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ReadMe.md b/ReadMe.md
index 8db5476..153d450 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -28,6 +28,11 @@ For detailed specifications, pinout, and connection diagrams, please refer to th
   - Download the library: `svn co https://devel.iri.upc.edu/pub/labrobotica/drivers/usb_i2c_adapter/trunk usb_i2c_adapter`
   - Compile and install: `cd usb_i2c_adapter/build && cmake -D CMAKE_BUILD_TYPE=RELEASE .. && make -j $(nproc) && sudo make install`
 
+- [FTDI driver](http://www.ftdichip.com/Drivers/D2XX.htm) - (Optional)
+
+  - Download the FTDI driver depending on your ubuntu distribution: http://www.ftdichip.com/Drivers/D2XX.htm 
+  - Install the driver: http://www.ftdichip.com/Support/Documents/AppNotes/AN_220_FTDI_Drivers_Installation_Guide_for_Linux.pdf
+
 ### Installation
 
 - Clone the repository: `git clone https://gitlab.iri.upc.edu/asantamaria/LidarLite.git`
-- 
GitLab