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
This commit is contained in:
Stephen Smith
2018-01-30 12:03:36 -05:00
committed by Vadim Zeitlin
parent 5f21280130
commit 9f57b6ed20

View File

@@ -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,