Commit Graph

2 Commits

Author SHA1 Message Date
JonLiu1993
91302cec22
[vcpkg] Nix-shell package pkgconfig reanamed to pkg-config (#42002)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-11-14 03:07:12 -08:00
Daniel Poelzleithner
e5806b92c2
[vcpkg] Add shell.nix for building on NixOS (#15906)
NixOS does not follow the FHS/LSB convention and building vcpkg therefore
fails. In general, vcpkg is of very limited use for a Nix system.
This shell.nix however, allows a developer to enter a environment
suitable for building vcpkg and developing packages for use on
other platforms.
Running with argument withX11 will allow building most packages that require
X11 libraries.

$ nix-shell --arg withX11 true
2021-02-03 11:20:35 -08:00