Skip to content

Commit

Permalink
Merge pull request #1152 from alicevision/dev/InstallDoc
Browse files Browse the repository at this point in the history
Add new instruction for vs 2022
  • Loading branch information
fabiencastan authored Mar 2, 2022
2 parents 37f818b + e547684 commit 9d3bbdd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ vcpkg install ^
cd /path/to/aliceVision/
mkdir build && cd build


# Windows: CUDA >= 10.0 + Visual 2022 + Powershell
cmake .. -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_ROOT"\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -G "Visual Studio 17 2022" -A x64 -T host=x64

# Windows: CUDA >= 10.0 + Visual 2022
cmake .. -DCMAKE_TOOLCHAIN_FILE=%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -G "Visual Studio 17 2022" -A x64 -T host=x64

# Windows: CUDA >= 10.0 + Visual 2017
cmake .. -DCMAKE_TOOLCHAIN_FILE=%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -G "Visual Studio 15 2017" -A x64 -T host=x64

Expand Down

0 comments on commit 9d3bbdd

Please sign in to comment.