Also there should be a note somewhere here on the aur page for that vcpkg group that I have to be in to use vcpkg without sudo because otherwise people will just use it with sudo which is not advised.
Search Criteria
Package Details: vcpkg 2023.02.24-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vcpkg.git (read-only, click to copy) |
---|---|
Package Base: | vcpkg |
Description: | C++ library manager for Windows, Linux, and MacOS |
Upstream URL: | https://github.com/microsoft/vcpkg |
Licenses: | MIT |
Conflicts: | vcpkg |
Provides: | vcpkg |
Submitter: | pacifi5t |
Maintainer: | pacifi5t |
Last Packager: | pacifi5t |
Votes: | 2 |
Popularity: | 0.085900 |
First Submitted: | 2022-03-18 19:41 (UTC) |
Last Updated: | 2023-02-24 23:46 (UTC) |
Dependencies (5)
- curl (curl-minimal-git, curl-git)
- unzip (unzip-natspec, unzip-zstd)
- zip (zip-natspec)
- cmake (cmake-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-bin, python-ninja, ninja-kitware, ninja-mem) (make)
Required by (4)
- cmake-init-git (optional)
- python-ale-py (make)
- rustdesk-flutter-git (make)
- rustdesk-git (make)
Sources (4)
Latest Comments
lilgeek commented on 2022-09-23 21:34 (UTC) (edited on 2022-09-23 21:35 (UTC) by lilgeek)
lilgeek commented on 2022-09-23 21:29 (UTC)
I think having the LICENSE.txt in VCPKG_ROOT_DIR /opt/vcpkg should be necessary as some ports in vcpkg for some reason do something for that file and the package installation would fail because the file is not there.
https://github.com/microsoft/vcpkg/blob/master/ports/vcpkg-cmake/portfile.cmake#L13
Package example: cppkafka, you can't install it without that file being in /opt/vcpkg
pacifi5t commented on 2022-08-31 13:54 (UTC)
@th3r00t Sorry I didn't respond for so long. The LICENSE file resides in /usr/share/licences/vcpkg. Just like with many other packages
th3r00t commented on 2022-08-15 01:33 (UTC) (edited on 2022-08-15 01:33 (UTC) by th3r00t)
The package appears to be missing the LICENSE.txt file that should reside /opt/vcpkg/ I just copied the one from the github repo, but i suspect any file named LICENSE.txt might do.
pacifi5t commented on 2022-06-15 16:56 (UTC)
@void09 Well, that means it's working fine. Ok, I think we'll get another monthly update for vcpkg in a few days and then I'll add aarch64.
void09 commented on 2022-06-15 16:40 (UTC)
@pacifi5t not exactly sure what working perfectly fine means for this package, as I don't use it, just needed it as a dependency to build rustdesk I had to "export VCPKG_FORCE_SYSTEM_BINARIES=1" before installing packages with it. vcpkg install 7zip worked It says this though: "-- Using community triplet arm64-linux. This triplet configuration is not guaranteed to succeed."
pacifi5t commented on 2022-06-14 18:09 (UTC)
@void09 Thank you for you comment. Does it work perfectly fine?
There were some discussion about adding arm64-linux triplet in this issue: https://github.com/Microsoft/vcpkg/issues/3647 It is maintained by the community and I can't test it myself, so I didn't add aarch64 arch.
void09 commented on 2022-06-14 17:50 (UTC)
This compiled without errors on aarch64 (manjaro linux on rpi4), can add it to the list of archs.
Pinned Comments
lilgeek commented on 2022-09-23 21:34 (UTC) (edited on 2022-09-23 21:35 (UTC) by lilgeek)
Also there should be a note somewhere here on the aur page for that vcpkg group that I have to be in to use vcpkg without sudo because otherwise people will just use it with sudo which is not advised.