MySQL C API libraries for iPhone

前端 未结 5 1530
名媛妹妹
名媛妹妹 2020-12-11 07:04

Does anybody know where to get a MySQL libraries compiled for the arm iPhone architecture?

Or how to cross-compile MySQL for arm?

Thanx

5条回答
  •  难免孤独
    2020-12-11 07:18

    do you need client or server libraries? Anyway, since OS X supports unix scripts you should at least try build using "regular Unix" approach:

    client: http://dev.mysql.com/doc/refman/5.1/en/connector-c-building.html

    server: http://dev.mysql.com/doc/refman/5.1/en/installing-source.html

提交回复
热议问题