Skip to content

Commit ff18da8

Browse files
committed
add Eli's journey to readme
1 parent bf62a8a commit ff18da8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

python-build/README

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ export PATH="$NDK/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/
1818

1919
bash bootstrap.sh && build.sh && package.sh
2020

21+
-------
22+
23+
# Eli's journey
24+
25+
1. I'm using ubuntu [ubuntu-12.04.3-dvd-i386](http://old-releases.ubuntu.com/releases/releases/12.04/release/ubuntu-12.04.3-dvd-i386.iso) (32-bit), tried ubuntu-12.04.3-desktop-amd64+mac (64-bit) doesn't work.
26+
2. check your gcc version, make sure you are using gcc-4.4, mine defaulted to gcc-4.6.
27+
3. [android-ndk-r7c](http://dl.google.com/android/ndk/android-ndk-r7c-linux-x86.tar.bz2)
28+
4. [andriod-sdk](https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz)
2129

2230
-------
2331

0 commit comments

Comments
 (0)