Skip to content

Instantly share code, notes, and snippets.

@lauri-kaariainen
Created January 13, 2015 14:51
Show Gist options
  • Save lauri-kaariainen/236a9aa4a7f1f3bc93ec to your computer and use it in GitHub Desktop.
Save lauri-kaariainen/236a9aa4a7f1f3bc93ec to your computer and use it in GitHub Desktop.
lierolibre compiling with emconfigure (emscripten) . The required environment variables in Ubuntu14.04:
1st and 2nd: pkg-config --libs libconfig++
3rd and 4th: pkg-config --libs zlib
copy from here:
export LIBCONFIGXX_CFLAGS=-lconfig++
export LIBCONFIGXX_LIBS=-lconfig++
export ZLIB_CFLAGS=-lz
export ZLIB_LIBS=-lz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment