From b7edb46c6a12669b8631e07c16bbdcb86e151ac8 Mon Sep 17 00:00:00 2001 From: PB Date: Tue, 7 Apr 2020 13:35:49 +0200 Subject: [PATCH] Make vcpkg MSW instructions more MSW-like Make command line instructions for vcpgk more similar to those used for example for nmake. The MS Windows command line does not use $ as the command prompt and batch files are more commonly used then Unix shell scripts. Closes https://github.com/wxWidgets/wxWidgets/pull/1785 --- docs/msw/install.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/msw/install.md b/docs/msw/install.md index e23ceafb01..1ec18d7943 100644 --- a/docs/msw/install.md +++ b/docs/msw/install.md @@ -336,11 +336,11 @@ Installing and building wxWidgets using vcpkg {#msw_install_and_build} You can download and install wxWidgets using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: - $ git clone https://github.com/Microsoft/vcpkg.git - $ cd vcpkg - $ ./bootstrap-vcpkg.sh - $ ./vcpkg integrate install - $ vcpkg install wxwidgets + > git clone https://github.com/Microsoft/vcpkg.git + > cd vcpkg + > bootstrap-vcpkg.bat + > vcpkg integrate install + > vcpkg install wxwidgets The wxWidgets port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request]