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

Vcpkg's manifest file? #8010

Closed
xahon opened this issue Sep 1, 2019 · 4 comments
Closed

Vcpkg's manifest file? #8010

xahon opened this issue Sep 1, 2019 · 4 comments
Assignees
Labels
category:question This issue is a question

Comments

@xahon
Copy link
Contributor

xahon commented Sep 1, 2019

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?

@xahon xahon added the category:question This issue is a question label Sep 1, 2019
@xahon xahon changed the title How do I create a manifest file? Vcpkg's manifest file? Sep 1, 2019
@cbezault
Copy link
Contributor

cbezault commented Sep 2, 2019

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.

@cbezault cbezault assigned ras0219-msft and unassigned cbezault Oct 2, 2019
@traversaro
Copy link
Contributor

@linquize
Copy link

Manifest is implemented. Shall we close this issue?

@xahon
Copy link
Contributor Author

xahon commented Sep 18, 2020

@linquize sorry, don't have free time to check. Close for now

@xahon xahon closed this as completed Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

5 participants