File: README.MacOSX

package info (click to toggle)
mysql-query-browser 1.1.6-1sarge0
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 36,320 kB
  • ctags: 24,680
  • sloc: pascal: 203,479; xml: 136,561; ansic: 47,502; cpp: 28,926; sh: 12,433; objc: 4,823; java: 1,849; php: 1,485; python: 1,225; sql: 1,128; makefile: 872
file content (17 lines) | stat: -rw-r--r-- 746 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This framework/library needs Fink (fink.sourceforge.net) and the following libraries:
- glib-2
- libxml-2.6.x (Apple ships 2.5.x in OS X 10.3, which is not enough)
- libpcre
- mysql client library, 4.1 or later

For making shippable binaries, without external dependencies, remove 
.dylib symbolic links from /sw/lib for libraries that are linked to MySQLToolsCommon.
For example, libglib-2.0.0.dylib 
Glib from Fink doesn't include a static version (at least not now), so 


Run otool -L MySQLToolsCommon.framework/MySQLToolsCommon to make sure that there
is nothing from /sw/lib dynamically linked.

Note: you will also need to remove/move away /usr/lib/libxml2.2.dylib 
otherwise the linker will pick it instead of the static one from /sw/lib.