Skip to content

Cloning gnudatalanguage gdl

Giloo edited this page Aug 20, 2024 · 3 revisions

Cloning gnudatalanguage/gdl

Do not use the image button of the GitHub repo, your cloning will be incomplete.

Starting from #1484 gdl uses git submodules.

To clone gdl, type: git clone --recursive https://github.com/gnudatalanguage/gdl.git

To update an already existing (cloned) gdl repo, do:

  • git submodule update --init
  • or git pull --recurse-submodules