File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 7
7
The gotools module points to a repository on GitHub:
8
8
https://github.com/SINTEF-Geometry/GoTools.git.
9
9
10
- GoTools contains two submodules (on GitHub):
10
+ GoTools contains three submodules (on GitHub):
11
+ GoTools-Data: https://github.com/SINTEF-Geometry/GoTools-Data.git,
11
12
SISL: https://github.com/SINTEF-Geometry/SISL.git, and
12
13
TTL: https://github.com/SINTEF-Geometry/TTL.git.
13
14
@@ -19,6 +20,10 @@ Alternatively use ssh:
19
20
20
21
$ git clone --recursive
[email protected] :SINTEF-Geometry/GoTools.git
21
22
23
+ Initialize the submodules (not necessary if the clone-step used "--recursive"):
24
+
25
+ $ git submodule update --init
26
+
22
27
The branch 'master' is the only branch. Any releases will be available as tags.
23
28
24
29
CMake
You can’t perform that action at this time.
0 commit comments