Skip to content

Commit f7739d3

Browse files
committed
add package manager update
1 parent 7d32563 commit f7739d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

deps.macos-12.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
# This script is used to install dependencies on MacOS 12.0 or newer
44
# botan v3
5+
brew update
56
brew install googletest spdlog c-ares openssl@3 botan

deps.windows.vcpkg.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ if (!(Get-Command vcpkg -ErrorAction SilentlyContinue)) {
2323
} else {
2424
cd $current_path
2525
# update baseline
26-
# vcpkg x-update-baseline --add-initial-baseline
26+
# --add-initial-baseline
27+
vcpkg x-update-baseline
2728
vcpkg install
2829

2930
Write-Host -ForegroundColor:Green "Now, you can use CMake by -DCMAKE_TOOLCHAIN_FILE=%VCPKG_ROOT%/scripts/buildsystems/vcpkg.cmake"

0 commit comments

Comments
 (0)