This shows you the differences between two versions of the page.
|
publications:perl-on-android-2 [2009/02/17 23:39] mid |
publications:perl-on-android-2 [2009/02/20 18:49] (current) mid |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| - Follow the instructions [[http://source.android.com/download|here]] to install the Android source for Ubuntu. Please use the same directory they use (''$HOME/mydroid''). There is a small mistake on the page, you should install ''libreadline5-dev'' instead of ''lib32readline5-dev'' that does not exists on Ubuntu 32 bit. Also, we don't need valgrind. Don't forget to build the code with ''make'' because it builds some files we need. | - Follow the instructions [[http://source.android.com/download|here]] to install the Android source for Ubuntu. Please use the same directory they use (''$HOME/mydroid''). There is a small mistake on the page, you should install ''libreadline5-dev'' instead of ''lib32readline5-dev'' that does not exists on Ubuntu 32 bit. Also, we don't need valgrind. Don't forget to build the code with ''make'' because it builds some files we need. | ||
| - | - Put the directory ''$HOME/mydroid/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin'' in your ''$PATH''. **N.B. only after you compiled the source!** | + | - Put the directory ''$HOME/mydroid/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin'' in your ''$PATH''. |
| - Download and install the [[http://developer.android.com/sdk/1.1_r1/index.html|Android SDK]] (actually not useful for the moment). | - Download and install the [[http://developer.android.com/sdk/1.1_r1/index.html|Android SDK]] (actually not useful for the moment). | ||
| - Download the [[http://www.cpan.org/src/perl-5.10.0.tar.gz|perl 5.10.0 source]] and untar it in your ''$HOME'' with « ''cd; tar xzf perl-5.10.0.tar.gz'' ». | - Download the [[http://www.cpan.org/src/perl-5.10.0.tar.gz|perl 5.10.0 source]] and untar it in your ''$HOME'' with « ''cd; tar xzf perl-5.10.0.tar.gz'' ». | ||