Hi, I’m running into the same error building alpha 22 on Windows 10.
I installed vcpkg and libsodium
, xxhash
and zstd
with it.
> .\vcpkg list
libsodium:x86-windows 1.0.18-2 A modern and easy-to-use crypto library
xxhash:x86-windows 0.8.0#1 Extremely fast hash algorithm
zstd:x86-windows 1.4.5#1 Zstandard - Fast real-time compression algorithm
I do only have VS Build Tools 2019 installed, not full VS. I ran vcpkg integrate install
and set VCPKG_ROOT
as well.
Full list of steps taken to install:
> scoop install openssl
# Set OPENSSL_DIR environment variable
> git clone https://github.com/microsoft/vcpkg
> cd vcpkg
> .\bootstrap-vcpkg.bat
> .\vcpkg install libsodium xxhash zstd
> .\vcpkg integrate install
# Set VCPKG_ROOT environment variable
> cargo install pijul --version 1.0.0-alpha.22