From 876a41ea84908347334eca3219859757cc280b6d Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 1 Mar 2026 00:30:19 +0100 Subject: [PATCH] Update macports doc. UNTESTED --- .../macOS-MacPorts-Installation-Instructions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/md/Installation_Instructions/macOS-MacPorts-Installation-Instructions.md b/doc/md/Installation_Instructions/macOS-MacPorts-Installation-Instructions.md index 1c7b3b67f..391404f24 100644 --- a/doc/md/Installation_Instructions/macOS-MacPorts-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/macOS-MacPorts-Installation-Instructions.md @@ -4,10 +4,10 @@ # macOS - MacPorts automatic installation # Table of Contents -- [macOS - MacPorts automatic installation](#macOS---macports-automatic-installation) +- [macOS - MacPorts automatic installation](#macos---macports-automatic-installation) - [Table of Contents](#table-of-contents) - [Main prerequisite](#main-prerequisite) - - [Installing latest releases](#installing-latest-releases) + - [Installing stable releases directly](#installing-stable-releases-directly) - [Build from source](#build-from-source) - [Clone the Iceman repository](#clone-the-iceman-repository) - [Compile the project](#compile-the-project) @@ -69,7 +69,7 @@ These instructions will show how to setup the environment on OSX to the point wh sudo port install \ gd2 \ lz4 \ - qt5 \ + qt6 \ bzip2 \ lua54 \ jansson \ @@ -78,7 +78,7 @@ These instructions will show how to setup the environment on OSX to the point wh openssl11 \ pkgconfig \ python312 \ - qt5-qtbase \ + qt6-qtbase \ py312-pexpect \ py312-bitstring \ py312-sslcrypto \