Ver Mensaje Individual
  #8  
Antiguo 07-11-2007
Avatar de Casimiro Notevi
Casimiro Notevi Casimiro Notevi is offline
Moderador
 
Registrado: sep 2004
Ubicación: En algún lugar.
Posts: 32.052
Reputación: 10
Casimiro Notevi Tiene un aura espectacularCasimiro Notevi Tiene un aura espectacular
Junto al código hay un README que, entre otras cosas, pone lo siguiente:
Cita:
UNIX-INSTALLATION:

First of all you need GNU barcode, a barcode creation/encoding library.
GNU barcode can be foud at http://www.gnu.org/software/barcode/ , or
install it using your favourite package-manager, e.g.
debian: # apt-get install barcode
SuSE : # rpm -i /path-to/barcode.rpm ; rpm -i /path-to/barcode/devel.rpm
Or compile and install the source yourself:
$ tar xfvz barcode-0.98.tar.gz
$ cd barcode-0.98
$ ./configure
$ make
become root ( $ su )
# make install
# ldconfig

Then compile genbarcode:
Just type
$ make
become root ( $ su )
# make install
Creo que con eso será suficiente.
Responder Con Cita