Skip to content

Commit

Permalink
Add windows bat script.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Jun 7, 2024
1 parent c296b13 commit 4de2fd8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/build_dlls_windows.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@echo off

SET SCRIPT_DIR=%~dp0

git submodule update --init

%SCRIPT_DIR\vendor\vcpkg\bootstrap-vcpkg.bat

%SCRIPT_DIR\vendor\vcpkg\vcpkg install rocksdb[lz4,zstd]:x64-windows-rocksdb --recurse --overlay-triplets=%SCRIPT_DIR\triplets

copy %SCRIPT_DIR\vendor\vcpkg\installed\x64-windows-rocksdb\bin\rocksdb-shared.dll %SCRIPT_DIR\librocksdb.dll

0 comments on commit 4de2fd8

Please sign in to comment.