File: INSTALL

package info (click to toggle)
barcode 0.94-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 612 kB
  • ctags: 370
  • sloc: ansic: 2,205; perl: 1,676; python: 416; sh: 187; makefile: 170; awk: 74; sed: 5
file content (31 lines) | stat: -rw-r--r-- 825 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

Installing on generic Unix systems
----------------------------------

The package includes both a library and a standalone program.
To install everything try

	./configure && make && make install

To uninstall, try

	make uninstall

You may have problems compiling the package on non-GNUish systems,
because the tool currently uses both gmake and gawk features, and I have
no access to non-gnu systems. If your operating system isn't able to
compile barcode and you are willing to help porting, feel free to call me.


Installing on Debian/GNU systems
--------------------------------

The suggested installation here includes creation of a Debian package:

	debian/rules binary

Then, just install using dpkg:

	dpkg -i ../barcode-0.94_*.deb

(the "*" here will represent your architecture: "i386", "alpha", "sparc", ...)