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;Using Git:
$ MDG_GIT_URL_SRC=ssh://git@mozdevgroup.com:9889/git/openkiosk $ git clone -r OPENKIOSK_115_9_0_RELEASE ssh://git@mozdevgroup.com:9889/git/okcd password: git $ make -f openkiosk-client.mk checkout $ cd mozilla $ ./mach build