vcpkg install verbose output

Created on 24 Apr 2019  路  5Comments  路  Source: microsoft/vcpkg

Hi,

Is there a verbose option when building a package using vcpkg install? If not, is there some workaround to print out the build process of the package (so compilation commands, etc.)?

question

Most helpful comment

I had to google this ... and remember I had asked this a while ago. I still think a command line option to see what's going on would be quite helpful.

All 5 comments

You can find some log files under VCPKG_ROOT/buildtrees/xxx, I think they are verbose enough.

@tan-wei, thanks for posting the helpful message!

It would be very good to have this, to know what files gets built etc... right now I am trying to build my library, and it gets built 'very fast', which makes me wonder if anything is happening at all.

In a way that would be equivalent to a --progress.

I had to google this ... and remember I had asked this a while ago. I still think a command line option to see what's going on would be quite helpful.

Was this page helpful?
0 / 5 - 0 ratings