You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't really understand how do I manage my projects. I expected that vcpkg can create a manifest file (Like package.json for node or cargo.toml for rust) that keeps track of packages and their versions and then I just need to make something like vcpkg install in the root of my project and vcpkg download, install and make other stuff for me. But it looks like I need push vcpkg's sources in each my projects' repos (Not as a submodule because it stores packages info somewhere inside it's directory). What do you advise me?
The text was updated successfully, but these errors were encountered:
Manifest files are in the cards but haven't been implemented yet. Right now cloning into each of your projects is the recommended workflow. The use case you are describing is high on our list of TODOs.
I don't really understand how do I manage my projects. I expected that
vcpkg
can create a manifest file (Likepackage.json
for node orcargo.toml
for rust) that keeps track of packages and their versions and then I just need to make something likevcpkg install
in the root of my project andvcpkg
download, install and make other stuff for me. But it looks like I need push vcpkg's sources in each my projects' repos (Not as a submodule because it stores packages info somewhere inside it's directory). What do you advise me?The text was updated successfully, but these errors were encountered: