Skip to content

Conversation

blazorin
Copy link

@blazorin blazorin commented Sep 16, 2022

zsh interprets the [ and ] as special characters, correct form is "cpprestsdk[websockets]"

zsh interprets the [ and ] as special characters, you either need to escape them or write it as a string like "qt[latest]"
@@ -44,7 +44,7 @@ Output will be in `build.release\bin\Release\`
$ git submodule update --init
$ brew install gcc6
$ ./submodules/vcpkg/bootstrap-vcpkg.sh
$ ./submodules/vcpkg/vcpkg install cpprestsdk[websockets]
$ ./submodules/vcpkg/vcpkg install "cpprestsdk[websockets]"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this also be done in the linux section?

Copy link
Author

@blazorin blazorin Sep 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update it please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants