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:
committed by
Vadim Zeitlin
parent
5f21280130
commit
9f57b6ed20
@@ -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,
|
||||
|
Reference in New Issue
Block a user