View Single Post
Old 07-09-2012, 06:31 AM   #11
me too
Connoisseur
me too is no ebook tyro.me too is no ebook tyro.me too is no ebook tyro.me too is no ebook tyro.me too is no ebook tyro.me too is no ebook tyro.me too is no ebook tyro.me too is no ebook tyro.me too is no ebook tyro.me too is no ebook tyro.
 
Posts: 57
Karma: 1350
Join Date: Jul 2012
Location: India
Device: none
installing the prerequisites on Mac OS X
If not already installed, install automake, autoconf, libtool
$ sudo port install automake autoconf libtool

Note: on Mac OS X, there is a binary named libtool, which is different from what we need. On Mac OS X, we need glibtool, which is exactly what the port install of libtool would bring.

If not already installed, install xsltproc
$ sudo port install xsltproc

If not already installed, install expat library and devel packages
$ sudo port install expat expat-devel

but when i had run it on the terminal,the results was disappointig as follows


LRIM3s-iMac:~ lrim3$ sudo port install automake autoconf libtool
sudo: port: command not found
me too is offline   Reply With Quote