2 Installing on generic Unix systems
3 ----------------------------------
5 The package includes both a library and a standalone program.
6 To install everything try
8 ./configure && make && make install
14 You may have problems compiling the package on non-GNUish systems,
15 because the tool currently uses both gmake and gawk features, and I have
16 no access to non-gnu systems. If your operating system isn't able to
17 compile barcode and you are willing to help porting, feel free to call me.
20 Installing on Debian/GNU systems
21 --------------------------------
23 The suggested installation here includes creation of a Debian package:
27 Then, just install using dpkg:
29 dpkg -i ../barcode-0.98_*.deb
31 (the "*" here will represent your architecture: "i386", "alpha", "sparc", ...)