30 lines
2.2 KiB
Markdown
30 lines
2.2 KiB
Markdown
---
|
|
title: "Admin Kontakt"
|
|
date: 2025-11-02T21:52:55+01:00
|
|
draft: false
|
|
layout: contact
|
|
description: Kontaktieren Sie mich direkt, wenn ich online bin, oder hinterlassen Sie mir eine Nachricht.
|
|
---
|
|
|
|
Ich möchte `Dino` ausprobieren. Ich habe den Klienten auf *macports* gefunden. Es gibt folgende Abhängigkeiten:
|
|
```bash
|
|
---> Dependencies to be installed: cairo pango gdk-pixbuf2 glib2 gpgme graphene gstreamer1 gstreamer1-gst-plugins-base gtk4 libadwaita libgee libnice libsoup libsrtp libpixman fontconfig freetype xrender xorg-libXext xorg-xcb-util xorg-libX11 xorg-xorgproto xorg-libXdmcp xorg-libXau xorg-libxcb xorg-xcb-proto fribidi harfbuzz Xft2 graphite2 gobject-introspection py313-mako py313-markdown py313-markupsafe shared-mime-info libjpeg-turbo tiff macports-libcxx coreutils lerc libdeflate libelf bison flex m4 bison-runtime orc mesa xorg-libXv libtheora xorg-libXdamage xorg-libXrandr xorg-libXfixes hicolor-icon-theme iso-codes libepoxy librsvg libxkbcommon-x11 xorg-libXcursor xorg-libXinerama xorg-libXi vala graphviz gd2 gts libtool webp libLASi xorg-libXaw urw-fonts libheif xpm aom dav1d libde265 openh264 openjpeg svt-av1 x265 kvazaar lcms2 jbigkit xorg-libXt xorg-libsm xorg-libice libnetpbm giflib xorg-libXmu libxkbcommon xkeyboard-config xkbcomp xorg-libxkbfile appstream docbook-xml docbook-xsl-nons libstemmer libxmlb xmlcatmgr docbook-xml-4.1.2 docbook-xml-4.2 docbook-xml-4.3 docbook-xml-4.4 docbook-xml-4.5 docbook-xml-5.0 gupnp-igd gupnp gssdp glib-networking libsoup-2.4 gsettings-desktop-schemas libproxy libpcap
|
|
```
|
|
|
|
Leider muss *shared-mime-info-2.4_0.darwin_11.x86_64* aus den Quellen gebaut werden (es gibt keinen binairen Download `install -b`).
|
|
|
|
### Hinweise
|
|
|
|
```bash
|
|
---> Some of the ports you installed have notes:
|
|
coreutils has the following notes:
|
|
The tools provided by GNU coreutils are prefixed with the character 'g' by default to distinguish them from the BSD commands.
|
|
For example, cp becomes gcp and ls becomes gls.
|
|
|
|
If you want to use the GNU tools by default, add this directory to the front of your PATH environment variable:
|
|
/opt/local/libexec/gnubin/
|
|
macports-libcxx has the following notes:
|
|
To enable a newer libc++, use a recent compiler and the legacysupport 1.1 PortGroup:
|
|
|
|
legacysupport.use_mp_libcxx yes
|
|
``` |