Changeset 476
- Timestamp:
- 12/08/08 14:23:28 (1 year ago)
- Files:
-
- trunk/uploadr/README.osx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/uploadr/README.osx
r424 r476 80 80 important for the official builds. 81 81 82 82 Libintl static linking 83 ------------------------------------------------------------------------ 84 Because of dynamic/static linker weirdness, before building GraphicsMagick, 85 and Exiv, move libintl.dylibout of the way: 86 $ sudo mv /opt/local/lib/libintl.dylib /opt/local/lib/libintl.dylib.sav 87 you might need to do that for all the versions of libintl you have on your system 83 88 84 89 GraphicsMagick … … 193 198 by running `make universal gm ; make universal key`. 194 199 195 200 Make sure by running otool -Lv that you are not depending on libintl, which is not intalled by default on Mac Os X 196 201 197 202 Running Flickr Uploadr