Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Oct 4, 2024
1 parent c42f336 commit e87f692
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions scripts/additional-packages/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ From Qt 6.5, OpenSSL 3 is used for authentication workflows. On RHEL8 the only a

1. Build and install ResInsight
2. Build a dynamic version of OpenSSL 3 using vcpkg. In the /build folder, execute the following:
../ThirdParty/vcpkg/vcpkg install --triplet x64-linux-dynamic --x-manifest-root=../scripts/additional-packages --x-install-root=./vcpkg_installed
Make sure that the libraries libcrypto.so/libssl.so are installed in /build/vcpkg_installed/lib64
3. Copy libcrypto.so/libssl.so to the /lib64 folder in the install package for ResInsight
4. Successful install of these libraries will show the text "Use ofSSL is available and supported" in the About dialog in ResInsight.

../ThirdParty/vcpkg/vcpkg install --triplet x64-linux-dynamic --x-manifest-root=../scripts/additional-packages --x-install-root=./vcpkg_installed

Make sure that the libraries `libcrypto.so/libssl.so` are installed in `/build/vcpkg_installed/lib64`
3. Copy `libcrypto.so/libssl.so` to the `/lib64` folder in the install package for ResInsight
4. Successful install of these libraries will show the text "Use of SSL is available and supported" in the About dialog in ResInsight.

https://learn.microsoft.com/en-us/vcpkg/commands/common-options#manifest-root

0 comments on commit e87f692

Please sign in to comment.