Use a new package version scheme
[swodec.git] / README.md
blob55a60fbcc9cb5cee28f75620a6b3f349709bc9c1
1 swodec
2 ======
4 swodec is a command-line utility to decode SWO trace data.
7 Requirements
8 ------------
10 swodec depends on the following packages:
12  - GCC (>= 4.0) or Clang
13  - Make
14  - pkg-config >= 0.26
15  - libswo >= 0.1.0
17 If you're building swodec from Git, the follwing packets are additionally
18 required:
20  - Git
21  - Autoconf >= 2.69
22  - Automake >= 1.11
25 Building and installing
26 -----------------------
28 In order to get and build the latest Git version of swodec, run the following
29 commands:
31     $ git clone https://gitlab.zapb.de/zapb/swodec.git
32     $ cd swodec
33     $ ./autogen.sh
34     $ ./configure
35     $ make
37 After `make` finishes without any errors, use the following command to install
38 swodec:
40     $ make install
43 Copyright and license
44 ---------------------
46 swodec is licensed under the terms of the GNU General Public License (GPL),
47 version 3 or later. See COPYING file for details.
50 Website
51 -------
53 <https://gitlab.zapb.de/zapb/swodec.git>