3 libjaylink is a shared library written in C to access SEGGER J-Link and
9 libjaylink requires the following packages:
11 - GCC (>= 4.0) or Clang
14 - libusb >= 1.0.9 (optional)
15 - Doxygen (optional, only required for API documentation)
17 If you're building libjaylink from Git, the following packages are additionally
26 ## Building and installing
28 In order to get and build the latest Git version of libjaylink, run the
31 $ git clone https://gitlab.zapb.de/libjaylink/libjaylink.git
37 After `make` finishes without any errors, use the following command to install
45 libjaylink supports the following operating systems:
52 - Cygwin, MinGW and MSYS2
56 ## Copyright and license
58 libjaylink is licensed under the terms of the GNU General Public License (GPL),
59 version 2 or later. See COPYING file for details.
64 <https://gitlab.zapb.de/libjaylink/libjaylink.git>