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 ended up here trying to debug that build. Unfortunately, the readme file is not written with someone like me in mind, who tries to get into a build system from the outside. It is pretty unclear what vergen does, and the readme file does seem to assume a pretty big deal of implicit knowledge when it comes to the way vergen is to be used and the use case it is trying to solve.
Please add one or two paragraphs in the readme clarifying the rôle of this crate.
The text was updated successfully, but these errors were encountered:
That's a good point. Just so it's documented here (I will also update the README), vergen and the associated other tools allow you to embed environment variables determined at build time into your code with the env! or option_env! macros. The vast majority of my use is to include git related data into the projects I build.
Hi.
I've been trying to build redox from source, and it failed when trying to compile cosmic-files, which uses vergen.
pop-os/cosmic-files#250
I ended up here trying to debug that build. Unfortunately, the readme file is not written with someone like me in mind, who tries to get into a build system from the outside. It is pretty unclear what vergen does, and the readme file does seem to assume a pretty big deal of implicit knowledge when it comes to the way vergen is to be used and the use case it is trying to solve.
Please add one or two paragraphs in the readme clarifying the rôle of this crate.
The text was updated successfully, but these errors were encountered: