Use JAYLINK_ERR_DEV_NO_MEMORY
[libjaylink.git] / README
blobde55bf7852fa989a843f587fb1947bf5152b4bf0
1 libjaylink
2 ==========
4 libjaylink is a shared library written in C to access SEGGER J-Link and
5 compatible devices.
8 Requirements
9 ------------
11 libjaylink requires the following packages:
13  - gcc (>= 4.0) or clang
14  - make
15  - pkg-config >= 0.23
16  - libusb >= 1.0.9
17  - doxygen (optional, only required for API documentation)
19 If you're building libjaylink from Git, the following packages are additionally
20 required:
22  - git
23  - libtool
24  - autoconf >= 2.64
25  - automake >= 1.9
28 Building and installing
29 -----------------------
31 In order to get and build the latest Git version of libjaylink, run the
32 following commands:
34     $ git clone git://git.zapb.de/libjaylink.git
35     $ cd libjaylink
36     $ ./autogen.sh
37     $ ./configure
38     $ make
40 After `make` finishes without any errors, use the following command to install
41 libjaylink:
43     $ make install
46 Copyright and license
47 ---------------------
49 libjaylink is licensed under the terms of the GNU General Public License (GPL),
50 version 2 or later. See COPYING for details.