Skip to content

Commit eab5d22

Browse files
authored
Merge pull request #321 from sbriseid/install_info
Emphasized importance of sub-module initializing.
2 parents b5a4d1e + b3c2dca commit eab5d22

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

INSTALL

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Git
77
The gotools module points to a repository on GitHub:
88
https://github.com/SINTEF-Geometry/GoTools.git.
99

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,
1112
SISL: https://github.com/SINTEF-Geometry/SISL.git, and
1213
TTL: https://github.com/SINTEF-Geometry/TTL.git.
1314

@@ -19,6 +20,10 @@ Alternatively use ssh:
1920

2021
$ git clone --recursive [email protected]:SINTEF-Geometry/GoTools.git
2122

23+
Initialize the submodules (not necessary if the clone-step used "--recursive"):
24+
25+
$ git submodule update --init
26+
2227
The branch 'master' is the only branch. Any releases will be available as tags.
2328

2429
CMake

0 commit comments

Comments
 (0)