Skip to content

Commit

Permalink
add package manager update
Browse files Browse the repository at this point in the history
  • Loading branch information
hks2002 committed Mar 14, 2024
1 parent 7d32563 commit f7739d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions deps.macos-12.sh
Expand Up @@ -2,4 +2,5 @@

# This script is used to install dependencies on MacOS 12.0 or newer
# botan v3
brew update
brew install googletest spdlog c-ares openssl@3 botan
3 changes: 2 additions & 1 deletion deps.windows.vcpkg.ps1
Expand Up @@ -23,7 +23,8 @@ if (!(Get-Command vcpkg -ErrorAction SilentlyContinue)) {
} else {
cd $current_path
# update baseline
# vcpkg x-update-baseline --add-initial-baseline
# --add-initial-baseline
vcpkg x-update-baseline
vcpkg install

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

0 comments on commit f7739d3

Please sign in to comment.