You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed link to a make command that doesn't actually work.
Added note on getting a new curl command required to successfully
go through Getting Started.
Change-Id: I92016c30d0c4b1e1f10189fcf45a23a292ed3bd7
Signed-off-by: Arnaud J Le Hors <[email protected]>
Copy file name to clipboardexpand all lines: docs/source/prereqs.rst
+18-2
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ Install cURL
7
7
Download the `cURL <https://curl.haxx.se/download.html>`__ tool if not
8
8
already installed.
9
9
10
+
.. note:: If you're on Windows please see the specific note on `Windows
11
+
extras`_ below.
12
+
10
13
Docker and Docker Compose
11
14
-------------------------
12
15
@@ -71,10 +74,23 @@ installed.
71
74
Windows extras
72
75
--------------
73
76
74
-
If you are developng on Windows, you may also need the following which
77
+
If you are developing on Windows, you may also need the following which
75
78
provides a better alternative to the built-in Windows tools:
76
79
77
80
- `Git Bash <https://git-scm.com/downloads>`__
78
-
- `make for MinGW <http://sourceforge.net/projects/mingw/files/MinGW/Extension/make/make-3.82.90-cvs/make-3.82.90-2-mingw32-cvs-20120902-bin.tar.lzma>`__ to be added to Git Bash
81
+
82
+
.. note:: On older versions of Windows, such as Windows 7, you
83
+
typically get this as part of installing Docker
84
+
Toolbox. However experience has shown this to be a poor
85
+
development environment with limited functionality. It is
86
+
suitable to run docker based scenarios, such as
87
+
:doc:`getting_started`, but you may not be able to find a
88
+
suitable ``make`` command.
89
+
90
+
.. note:: The ``curl`` command that comes with Git and Docker Toolbox
91
+
is old and does not handle properly the redirect used in
92
+
:doc:`getting_started`. Make sure you install and use a
93
+
newer version from the `cURL downloads page
94
+
<https://curl.haxx.se/download.html>`__
79
95
80
96
.. Licensed under Creative Commons Attribution 4.0 International License
0 commit comments