Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix no packages found #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix no packages found #86

wants to merge 1 commit into from

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
2 participants