From 9f57b6ed20f1e3937da66134b9c46576ac3dae90 Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Tue, 30 Jan 2018 12:03:36 -0500 Subject: [PATCH] Explicitly mention "cd" in install.txt configure instructions Adds one extra shell command instruction (was missing but implied) to assist newcomers with configure. Closes https://github.com/wxWidgets/wxWidgets/pull/701 --- docs/msw/install.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index d63d1db455..f5093ee160 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -200,6 +200,7 @@ either MSYS or Cygwin. $ cd $WXWIN $ mkdir build-debug + $ cd build-debug 2. Run configure passing it any of the options shown by "configure --help". Notice that configure builds shared libraries by default,