From 9ce885b8a136085bcf435f821b6960ba2606e809 Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 5 Dec 2024 15:43:27 +0000 Subject: [PATCH] ci: remove macOS gettext symlinking This doesn't do anything, because it's trying to create a symlink for a verison that doesn't exist. The version installed via brew is 0.22.5. In any case, on any recent macOS system, this should not be necessary. Changelog-None. --- doc/getting-started/getting-started/installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/getting-started/getting-started/installation.md b/doc/getting-started/getting-started/installation.md index 78494996f..5eeafef38 100644 --- a/doc/getting-started/getting-started/installation.md +++ b/doc/getting-started/getting-started/installation.md @@ -327,7 +327,6 @@ Assuming you have Xcode and Homebrew installed. Install dependencies: ```shell brew install autoconf automake libtool python3 gnu-sed gettext libsodium protobuf -ln -s /usr/local/Cellar/gettext/0.20.1/bin/xgettext /usr/local/opt export PATH="/usr/local/opt:$PATH" ```