Skip to content

Instantly share code, notes, and snippets.

@nddrylliog
Created February 3, 2013 00:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nddrylliog/4699958 to your computer and use it in GitHub Desktop.
Save nddrylliog/4699958 to your computer and use it in GitHub Desktop.
Compiling libyaml 1.4 for Android

libyaml has a weird autotools configuration, and outdated config.guess / config.sub.

If you have a recent autotools, running autoreconf should be enough:

autoreconf --force --install --verbose --symlink
android_configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment