# libusb_demo **Repository Path**: zewen/libusb_demo ## Basic Information - **Project Name**: libusb_demo - **Description**: libusb - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-27 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libusb_demo libusb # libtlink ========== libtlink is a shared library written in C to access tlink tcdb # Requirements ------------ libtlink requires the following packages: - gcc (>= 4.0) or clang - make - pkg-config >= 0.23 - libusb >= 1.0.9 - doxygen (optional, only required for API documentation) If you're building libtlink from Git, the following packages are additionally required: - git - libtool - autoconf >= 2.64 - automake >= 1.9 # Building and installing ----------------------- $ ./autogen.sh $ ./configure $ make After `make` finishes without any errors, use the following command to install libtlink: $ make install # Copyright and license --------------------- libtlink is licensed under the terms of the GNU General Public License (GPL), version 2 or later. See COPYING for details.