File: README.md

package info (click to toggle)
libjaylink 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 564 kB
  • sloc: ansic: 4,943; makefile: 49; sh: 11
file content (70 lines) | stat: -rw-r--r-- 1,421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# 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 (optional)
 - 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.9


## Building and installing

In order to get and build the latest Git version of libjaylink, run the
following commands:

    $ git clone https://gitlab.zapb.de/libjaylink/libjaylink.git
    $ cd libjaylink
    $ ./autogen.sh
    $ ./configure
    $ make

After `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 X


## Support

If you appreciate the project, feel free to donate on Liberapay:

[![Liberapay donation link](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/zapb/donate)


## Copyright 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

<https://gitlab.zapb.de/libjaylink/libjaylink.git>