libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.3-11-g95f6828

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 23 Dec 2016 14:37:48 +0100 (CET)
The branch, master has been updated
       via  95f682877fca2fe3c0271272b07f3fffeda4281e (commit)
      from  9013b6edddead7c6a1cc299cbc88c848af8ba911 (commit)


- Log -----------------------------------------------------------------
commit 95f682877fca2fe3c0271272b07f3fffeda4281e
Author: Robert Cox <Robert.cox@xxxxxxxxxxxxxxx>
Date:   Fri Dec 23 14:36:28 2016 +0100

    Update build instructions with yum references

-----------------------------------------------------------------------

Summary of changes:
 README.build |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.build b/README.build
index 613619f..e130ca0 100644
--- a/README.build
+++ b/README.build
@@ -2,19 +2,19 @@ Here is a short tutorial on how to build libftdi git under
 Ubuntu 12.10, But it is similar on other Linux distros.
 
 1) Install the build tools
-sudo apt-get install build-essential
-sudo apt-get install git-core
-sudo apt-get install cmake
-sudo apt-get install doxygen (for building documentations)
+sudo apt-get install build-essential (yum install make automake gcc gcc-c++ 
kernel-devel)
+sudo apt-get install git-core (yum install git)
+sudo apt-get install cmake (yum install cmake)
+sudo apt-get install doxygen (for building documentations) (yum install 
doxygen)
 
 2) Install dependencies
-sudo apt-get install libusb-1.0-devel
+sudo apt-get install libusb-1.0-devel (yum install libusb-devel)
 (if the system comes with older version like 1.0.8 or
 earlier, it is recommended you build libusbx-1.0.14 or later).
 
-sudo apt-get install libconfuse-dev (for ftdi-eeprom)
-sudo apt-get install swig python-dev (for python bindings)
-sudo apt-get install libboost-all-dev (for C++ binding and unit test)
+sudo apt-get install libconfuse-dev (for ftdi-eeprom) (yum install 
libconfuse-devel)
+sudo apt-get install swig python-dev (for python bindings) (yum install swig 
python-devel)
+sudo apt-get install libboost-all-dev (for C++ binding and unit test) (yum 
install boost-devel)
 
 3) Clone the git repository
 mkdir libftdi


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.3-11-g95f6828, libftdi-git <=