Changeset 476

Show
Ignore:
Timestamp:
12/08/08 14:23:28 (1 year ago)
Author:
jdecq
Message:

update doc to get rid of libintl dependency => allowing to install on Mac OS X.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/uploadr/README.osx

    r424 r476  
    8080important for the official builds. 
    8181 
    82  
     82Libintl static linking 
     83------------------------------------------------------------------------ 
     84Because of dynamic/static linker weirdness, before building GraphicsMagick, 
     85and Exiv, move libintl.dylibout of the way: 
     86  $ sudo mv /opt/local/lib/libintl.dylib /opt/local/lib/libintl.dylib.sav 
     87you might need to do that for all the versions of libintl you have on your system 
    8388 
    8489GraphicsMagick 
     
    193198by running `make universal gm ; make universal key`. 
    194199 
    195  
     200Make sure by running otool -Lv that you are not depending on libintl, which is not intalled by default on Mac Os X 
    196201 
    197202Running Flickr Uploadr