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
|