Wednesday, October 22, 2008

Building Android from source on Ubuntu 7E

Install, good so far except an error during make

external/clearsilver/cgi/cgi.c:22:18: error: zlib.h: No such file or directory

Fix:

sudo apt-get install zlib1g-dev

Hiya

Ok, this blog exists primarily as a source of Google-fodder for stupid software issues I encountered as well as notes for myself. Enjoy.

Note that stuff here will never be kept up to date, so if you come across something two years old it probably won't work on the latest version of whatever.the.hell