Building OpenKiosk 115 Release from Source
Set up your system to build mozilla using these instructions: Getting Set Up To Work On The Firefox Codebase.
Then open a terminal and issue the commands below.
Using src tarball:
$ curl -O https://www.mozdevgroup.com/dropbox/okcd/115/src/openkiosk115-latest-src.tar.bz2 $ tar xfj openkiosk115-latest-src.tar.bz2 $ cd okcd; $ make -f openkiosk-client.mk build;