File: README

package info (click to toggle)
libinklevel 0.9.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,840 kB
  • sloc: sh: 4,488; ansic: 4,422; python: 44; makefile: 26
file content (36 lines) | stat: -rw-r--r-- 892 bytes parent folder | download | duplicates (2)
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
For information regarding this software visit its homepage:

https://libinklevel.sourceforge.net/

Installation
------------
You need gcc or another compiler installed. libusb-1.0 >= 1.0.22 and libxml2
are required.

tar xzf libinklevel-0.9.7.tar.gz
cd libinklevel-0.9.7
./configure
make
sudo make install
sudo ldconfig (on Linux only)

If you want to build a version from the Git repository you have to run 

autoreconf --force --install

before you can run the above commands. Additionally you will need autoconf and 
automake installed on your system.

You can create RPM packages (libinklevel and libinklevel-devel) by running

make rpm

on systems which have rpmbuild installed.

Known Issues
------------

- does not correctly link on multi arch systems (can be worked around)
- requires libusb >= 1.0.22 but does not check for that version

Markus Heinz <markus.heinz@uni-dortmund.de>