タグ

2010年8月27日のブックマーク (2件)

  • iPhone Programming Tutorials

    I was recently working on an internal project for Burnside Digital, and decided it was time to do some memory profiling to make sure that I didn’t have any leaks. I ran the program with the ‘Leaks’ tool of instruments, and as I was watching the Live Bytes column, I saw the number of Bytes being used, slowly but surely increasing as time went on. Instruments wasn’t detecting any leaks, so I knew th

  • PostgreSQL Client Library (libpq) for iPhone/iPad - jakago

    iPhone/iPadアプリでPostgreSQLサーバに接続するためにライブラリをビルドしたときのメモです。開発環境はXcode 3.2.3 and iOS SDK 4.0.1を使用しています。とにかくライブラリを使いたいだけという人はここからダウンロードしてください。 ●libpqソースコードのダウンロード libpqはPostgreSQL体のソースコードに含まれていて、2010/8/6現在のバージョンは8.4.4です。postgresql-8.4.4.tar.bz2からダウンロードして解凍しておきます。 ●libpqのビルド libpqは以下のようにconfigureからダイレクトにarm用にmakeすることも可能ですが、ここではXcodeのプロジェクトを作成してビルドすることにします。 #!/bin/bash DEVROOT=/Developer/Platforms/iPhone

    PostgreSQL Client Library (libpq) for iPhone/iPad - jakago
    tagomoris
    tagomoris 2010/08/27
    各種ライブラリをiOS環境用にビルドするためのかなり汎用的な手順として扱える感じ。すばらしい!