Skip to content

Commit

Permalink
Merge pull request #510 from tonybenoy/main
Browse files Browse the repository at this point in the history
Fix windows setup in documentation
  • Loading branch information
louis030195 authored Oct 16, 2024
2 parents 0231e19 + 412f730 commit 5839087
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/docs/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,21 +153,22 @@ Install 7zip: https://www.7-zip.org/download.html
```batch
choco install pkgconfiglite deno
winget install -e --id GnuWin32.UnZip
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
winget install -e --id Rustlang.Rustup
cd V:\projects
git clone https://github.com/mediar-ai/screenpipe
cd V:\packages
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.bat -disableMetrics
vcpkg.exe integrate install --disable-metrics
vcpkg.exe install ffmpeg
./bootstrap-vcpkg.bat -disableMetrics
./vcpkg.exe integrate install --disable-metrics
./vcpkg.exe install ffmpeg
SET PKG_CONFIG_PATH=V:\packages\vcpkg\packages\ffmpeg_x64-windows\lib\pkgconfig
SET VCPKG_ROOT=V:\packages\vcpkg
SET LIBCLANG_PATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\Llvm\x64\bin
cd V:\projects\screenpipe
rustup default stable
cargo build --release --features cuda
cd screenpipe-app-tauri
Expand Down

0 comments on commit 5839087

Please sign in to comment.