Skip to content

Commit 5c7d572

Browse files
authored
Merge pull request #316 from sbriseid/install_info
Updated INSTALL file with Windows info. Updated sisl ref.
2 parents c6f72bb + ebd4be6 commit 5c7d572

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

INSTALL

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ To clone the GoTools module, run:
1515

1616
$ git clone --recursive https://github.com/SINTEF-Geometry/GoTools.git
1717

18-
Next the submodules must be initialized:
18+
Alternatively use ssh:
1919

20-
$ git submodule update --init
20+
$ git clone --recursive [email protected]:SINTEF-Geometry/GoTools.git
2121

2222
The branch 'master' is the only branch. Any releases will be available as tags.
2323

@@ -61,6 +61,16 @@ Windows
6161

6262
The code has been tested using Visual Studio 2015 and 2019, with x64.
6363

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+
6474
Boost:
6575
- Download a binary release for your Visual Studio version.
6676
- To help CMake find the boost install folder the BOOST_ROOT variable must be added to the system

0 commit comments

Comments
 (0)