Salut tout le monde je cherche qq un qui pourrait m aider a compiler un script ou une application pour mac osx j'ai déjà les lignes de commandes mais je sais pas comment les compiler avec quelle application, enfait ce sont des lignes que je dois rentrer dans le terminal de mac pour qu il install un driver pour une imprimante.
pouvez vous maider a compiler (ce script ou application?) car je suis totalement incapable de le faire et ca me faciliterais pas mal la vie voici les ligne de commandes:
$ export PATH=$PATH:/opt/local/bin
$ sudo port selfupdate
$ sudo port install coreutils
$ sudo port install wget
$ sudo port install ghostscript
NOTE: Use ghostscript 8.63 or before OR 8.64_2 or after if you want
color (i.e. HP CP1215, Samsung, etc..). gs 8.64_1 has a bug in it.
Reference: http://bugs.ghostscript.com/show_bug.cgi?id=690287
Ref:
$ sudo port list coreutils wget ghostscript
coreutils @8.10 sysutils/coreutils
wget @1.12 net/wget
ghostscript @9.02 print/ghostscript
4) Browse to:
http://www.linuxprinting.org/download/foomatic/foomatic-filters-4.0.5.tar.gz
and install the Foomatic-RIP (foomatic-RIP and foomatic-gswrapper):
$ wget http://www.linuxprinting.org/download/foomatic/foomatic-filters-4.0.5.tar.gz
$ tar zxvf foomatic-filters-4.0.5.tar.gz
$ cd foomatic-filters-4.0.5
$ CPPFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" ./configure --prefix=/usr
$ make
$ sudo make install
merci de votre aide
pouvez vous maider a compiler (ce script ou application?) car je suis totalement incapable de le faire et ca me faciliterais pas mal la vie voici les ligne de commandes:
$ export PATH=$PATH:/opt/local/bin
$ sudo port selfupdate
$ sudo port install coreutils
$ sudo port install wget
$ sudo port install ghostscript
NOTE: Use ghostscript 8.63 or before OR 8.64_2 or after if you want
color (i.e. HP CP1215, Samsung, etc..). gs 8.64_1 has a bug in it.
Reference: http://bugs.ghostscript.com/show_bug.cgi?id=690287
Ref:
$ sudo port list coreutils wget ghostscript
coreutils @8.10 sysutils/coreutils
wget @1.12 net/wget
ghostscript @9.02 print/ghostscript
4) Browse to:
http://www.linuxprinting.org/download/foomatic/foomatic-filters-4.0.5.tar.gz
and install the Foomatic-RIP (foomatic-RIP and foomatic-gswrapper):
$ wget http://www.linuxprinting.org/download/foomatic/foomatic-filters-4.0.5.tar.gz
$ tar zxvf foomatic-filters-4.0.5.tar.gz
$ cd foomatic-filters-4.0.5
$ CPPFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" ./configure --prefix=/usr
$ make
$ sudo make install
merci de votre aide