Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Installation on Windows

Andreas Blaesius edited this page Oct 11, 2019 · 15 revisions

Installation on Windows

Instructions not complete. If you like to help documenting proper instructions for Windows please open an issue here.

  • Download and install git

  • Download digiCamControl and extract the archive into digicamcontrol inside the photobooth root folder, e.g. D:\xampp\htdocs\photobooth\digicamcontrol

Install dependencies

To install all client dependencies you have to install yarn.

Once yarn is installed, run below commands in your Photobooth folder to install all client depencies:

git submodule update --init
yarn install
yarn build
Clone this wiki locally