'''{{free}}''' {{mbox | type = notice | image = [[File:Ambox_warning_pn.svg.png|40px]] | text = Note: By proceeding, you acknowledge that you have read, understood and agreed to our [[Terms of Service|Terms of Service]] and [[License Agreement|License Agreement]]. [[File:Ambox_warning_pn.svg.png|40px]] }} Install git. {{CodeSelect|code= sudo apt update && sudo apt install git }} Get the source code including git submodules. Optional git parameters: * --depth=1: Used to speed up download. * --branch {{VersionNew}}-stable Usability. Used to speed up download. * --jobs=4: Used to speed up download. * --recurse-submodules --shallow-submodules: Usability. Knowledgeable git users are free to drop any of these optional parameters. Alternatively, this can be achieved with the following commands in several steps. This is useful if network issues arise. {{CodeSelect|code= git clone --depth=1 --branch {{VersionNew}}-stable https://github.com/{{project_name_short}}/derivative-maker.git }} {{CodeSelect|code= cd derivative-maker }} {{CodeSelect|code= git submodule update --init --recursive --progress --jobs=4 }} Note: Replace {{VersionNew}}-stable with the actual tag you want to build. {{CodeSelect|code= git clone --depth=1 --branch {{VersionNew}}-stable --jobs=4 --recurse-submodules --shallow-submodules https://github.com/{{project_name_short}}/derivative-maker.git }}