On 1/8/07, Robert Kern <[EMAIL PROTECTED]> wrote:
> * I use MacPorts to install the other dependencies.
>
>   $ sudo port install libjpeg
>   $ sudo port install libpng
>   $ sudo port install libfreetype

I beg your pardon, this is actually

  $ sudo port install jpeg
  $ sudo port install libpng
  $ sudo port install freetype

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to