Append Git revision hash to package version
[libjaylink.git] / README
blob6ca5a9378ea2cdb422ebba1670920b3dca8b93af
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 Portability
47 -----------
49 libjaylink supports the following operating systems:
51  - GNU/Linux
52  - FreeBSD
53  - OpenBSD
54  - NetBSD
55  - Microsoft Windows
56    - Cygwin, MinGW and MSYS2
57  - OS X
60 Copyright and license
61 ---------------------
63 libjaylink is licensed under the terms of the GNU General Public License (GPL),
64 version 2 or later. See COPYING for details.