Run ./build.sh EXAMPLE to distribute needed files to package's root directory. After that, go back to .. and run ./configure and make, then start the application. Before compilation, fetch the data files by using build/pkget.sh script if you haven't done so yet. Run this in package root directory (where the configure script is): $ ./build/pkget.sh Example steps for compilation (in this directory): $ ./build.sh gui_vesmir $ cd .. Then run configure and make: $ ./configure --prefix=`pwd` \ --with-libiconv=/where/is/your/libiconv $ make $ ./gui_vesmir Do not run make install for examples. You need to run configure again if you try another example. Notes about Audioplayer: Audioplayer uses flac file in datafiles directory to play audio. That file is not provided in this package, so you need to copy some audio file to datafiles directory and name it ap_track.flac. See examples/audio_player/audio_player.ano if in doubt.