Building OpenKiosk 91 Release from Souce
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/91.0/src/openkiosk91-latest-src.tar.bz2; $ tar xfj openkiosk91-latest-src.tar.bz2; $ make -f openkiosk-client.mk build;Using Git:
$ MDG_GIT_URL_SRC=ssh://git@mozdevgroup.com:9889/git/openkiosk $ git clone ssh://git@mozdevgroup.com:9889/git/okcd password: git $ make -f openkiosk-client.mk checkout $ cd mozilla $ ./mach build