Skip to content

Commit

Permalink
Add vcpkg notes for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Apr 19, 2023
1 parent 79d2fc0 commit cc77f83
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,17 @@ Install Qt
### Build and install required dependencies using vcpkg
vcpkg is located in the folder ThirdParty/vcpkg

ThirdParty/vcpkg/bootstrap-vcpkg.sh
ThirdParty/vcpkg/bootstrap-vcpkg.sh
ThirdParty/vcpkg/vcpkg install grpc boost-filesystem boost-spirit eigen3

### (Windows) Build and install required dependencies using vcpkg
Open a command prompt for Visual Studio x64

ThirdParty/vcpkg/bootstrap-vcpkg.bat
ThirdParty/vcpkg/vcpkg install grpc boost-filesystem boost-spirit eigen3 --triplet x64-windows

[Developer notes](https://ceetronsolutions.github.io/resinsight-system-doc/editor/vcpkg)

### Build ResInsight
mkdir cmakebuild
cd cmakebuild
Expand Down

0 comments on commit cc77f83

Please sign in to comment.