Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zephyrproject-rtos/libjaylink
https://github.com/zephyrproject-rtos/libjaylink
tools
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zephyrproject-rtos/libjaylink
- Owner: zephyrproject-rtos
- License: gpl-2.0
- Created: 2020-02-01T16:05:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T16:20:55.000Z (almost 5 years ago)
- Last Synced: 2024-05-23T01:30:41.435Z (7 months ago)
- Topics: tools
- Language: C
- Size: 228 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-zephyr-rtos - libjaylink - libjaylink is a shared library written in C to access SEGGER J-Link and compatible devices. (Tools / Flash, Debug & Test)
README
libjaylink
==========libjaylink is a shared library written in C to access SEGGER J-Link and
compatible devices.Requirements
------------libjaylink 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 libjaylink from Git, the following packages are additionally
required:- Git
- Libtool
- Autoconf >= 2.64
- Automake >= 1.9Building and installing
-----------------------In order to get and build the latest Git version of libjaylink, run the
following commands:$ git clone git://git.zapb.de/libjaylink.git
$ cd libjaylink
$ ./autogen.sh
$ ./configure
$ makeAfter `make` finishes without any errors, use the following command to install
libjaylink:$ make install
Portability
-----------libjaylink supports the following operating systems:
- GNU/Linux
- FreeBSD
- OpenBSD
- NetBSD
- Microsoft Windows
- Cygwin, MinGW and MSYS2
- OS XCopyright and license
---------------------libjaylink is licensed under the terms of the GNU General Public License (GPL),
version 2 or later. See COPYING file for details.Website
-------