Skip to content

Commit

Permalink
Merge PR #6236: Backport "Merge PR #6230: DOCS(build): fix custom ice…
Browse files Browse the repository at this point in the history
… link"
  • Loading branch information
Krzmbrzl authored Oct 11, 2023
2 parents 5998e2c + d2cabf6 commit 00d031c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/build-instructions/build_static.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ Therefore if you are on Windows, you'd install `qt5-base` as `vcpkg install qt5-
vcpkg to install `zeroc-ice`. At the moment Ice can't be built using cmake though and therefore there does not exists a native vcpkg port (install
target) for it.

Instead you'll have to copy the entire [zeroc-ice directory](../../../helpers/vcpkg/ports/zeroc-ice) (not only the contents!) to `<vcpkg dir>/ports/`
Instead you'll have to copy the entire [zeroc-ice directory](../../../helpers/vcpkg/ports/zeroc-ice-mumble) (not only the contents!) to `<vcpkg dir>/ports/`
where `<vcpkg dir>` is the directory you installed vcpkg into. This will make our custom ice port available to be installed via vcpkg. Just install
as a regular vcpkg package named `zeroc-ice`.
as a regular vcpkg package named `zeroc-ice-mumble`.

Note: The custom port uses our [own fork](https://github.com/mumble-voip/ice) of Ice that includes support for cmake.

Expand Down

0 comments on commit 00d031c

Please sign in to comment.