2009年11月14日土曜日

Android eclair のコードを取ってきた

eclair ができたみたいなので、落としてみました。

http://source.android.com/download

Ubuntu Linux (32-bit x86)
To set up your Linux development environment, make sure you have the following:

* Required Packages:
o Git 1.5.4 or newer and the GNU Privacy Guard.

o JDK 5.0, update 12 or higher. Java 6 is not supported, because of incompatibilities with @Override.

o flex, bison, gperf, libsdl-dev, libesd0-dev, libwxgtk2.6-dev (optional), build-essential, zip, curl.

* You might also want Valgrind, a tool that will help you find memory leaks, stack corruption, array bounds overflows, etc.

* Intrepid (8.10) users may need a newer version of libreadline:



$ sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev
$ sudo apt-get install valgrind
$ sudo apt-get install lib32readline5-dev

$ mkdir ~/bin
$ cd ~/bin
$ curl http://android.git.kernel.org/repo >~/bin/repo
$ chmod a+x ~/bin/repo

~/bin を PATH に追加

$ mkdir ~/Android/eclair
$ cd ~/Android/eclair
$ repo init -u git://android.git.kernel.org/platform/manifest.git -b eclair

名前とメールアドレスを入力

$ repo sync


25分くらいで落ちたー。

0 件のコメント:

コメントを投稿