11 lines
288 B
Markdown
11 lines
288 B
Markdown
The virtualtree source must be cloned as a submodule into src.virtualtree folder.
|
|
|
|
git submodule add https://github.com/JAM-Software/Virtual-TreeView.git src.virtualtree
|
|
|
|
Cloning a project with submodules needs the following after commands:
|
|
- git submodule init
|
|
- git submodule update
|
|
|
|
|
|
|