Skip to content

Commit

Permalink
[FAB-4460] Set proper expectation for e2e on Windows
Browse files Browse the repository at this point in the history
Removed link to make command that doesn't actually work.
Added a note for older Windows on the difficulty of going
through this scenario due to a lack of a proper make comamnd.

Change-Id: I3f2f8c568ae4ecdaa019318bf0b08e63eaec9bf1
Signed-off-by: Arnaud J Le Hors <[email protected]>
  • Loading branch information
lehors committed Jun 9, 2017
1 parent 85ef083 commit 8137ceb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/e2e_cli/end-to-end.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,15 @@ Prerequisites
On Windows machines you will also need the following which provides a better alternative to the Windows command prompt:

- `Git Bash <https://git-scm.com/downloads>`__
- `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

.. note:: On older versions of Windows, such as Windows 7, you
typically get this as part of installing Docker
Toolbox. However experience has shown this to be a poor
development environment with limited functionality. It is
suitable to run docker based scenarios, such as
:doc:`getting_started`, but you may not be able to find a
suitable ``make`` command to successfuly go through the
scenario described here.

Setting the $GOPATH
^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 8137ceb

Please sign in to comment.