File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ To clone the GoTools module, run:
15
15
16
16
$ git clone --recursive https://github.com/SINTEF-Geometry/GoTools.git
17
17
18
- Next the submodules must be initialized :
18
+ Alternatively use ssh :
19
19
20
- $ git submodule update --init
20
+ $ git
clone --recursive [email protected] :SINTEF-Geometry/GoTools.git
21
21
22
22
The branch 'master' is the only branch. Any releases will be available as tags.
23
23
@@ -61,6 +61,16 @@ Windows
61
61
62
62
The code has been tested using Visual Studio 2015 and 2019, with x64.
63
63
64
+ Make sure that your installment of Visual Studio includes support for Visual C++. When installing Visual
65
+ Studio you should select "Desktop development with C++" from the Workloads options. If you did not do
66
+ that then you must launch the Visual Studio installer and select "Modify", then select "Desktop
67
+ development with C++". Follow further instructions.
68
+
69
+ How to edit environment variables:
70
+ - Open the settings application.
71
+ - Search for env, select: "Edit the system environment variables" (or "Edit environment variables for
72
+ your account" to add them to your user only).
73
+
64
74
Boost:
65
75
- Download a binary release for your Visual Studio version.
66
76
- To help CMake find the boost install folder the BOOST_ROOT variable must be added to the system
You can’t perform that action at this time.
0 commit comments