2012/04/10

apt-rdepends

http://blog.hartwork.org/?p=108

2012/04/07

source navigator on ubuntu 12.04


執行底下的 script


#!/bin/bash
wget http://svn.exactcode.de/t2/trunk/package/develop/sourcenav-ng/tk-lastevent.patch
wget http://nchc.dl.sourceforge.net/sourceforge/sourcenav/sourcenav-6.0.tar.gz

tar zxvf sourcenav-6.0.tar.gz
cp tk-lastevent.patch sourcenav-6.0
cd sourcenav-6.0
patch -p1 < tk-lastevent.patch
./configure
make
sudo make install

2012/04/02

ubuntu 12.04 build android

http://endroid.blogspot.com/2011/07/android-development-notes.html