Skip to content
aquawicket edited this page Sep 14, 2021 · 27 revisions

Use CMake

You'll need to clone the repository to your drive and download CMake 3.10 or above.
Windows
git clone https://github.com/aquawicket/DigitalKnob.git /home/"$USER"/digitalknob/DK
cd /home/"$USER"/digitalknob/DK
git checkout -- .
git pull origin master

Linux and Osx
git clone https://github.com/aquawicket/DigitalKnob.git C:\Users\%USERNAME%\digitalknob\DK
cd C:\Users\%USERNAME%\digitalknob\DK
git checkout -- .
git pull origin master



NOTE Sometimes windows fails to create short path names for directories. DK requires short path names.
how-to-force-short-name-8dot3-generation
You may need "unlocker" if the folders are locked.
File unlocker

Clone this wiki locally