From d3e21d85d4242b7b0a07d335046657f3fd5a6a08 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Wed, 27 Nov 2024 11:38:12 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 11379c3..ac49243 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,11 @@ The following extra libraries are required for some of the extensions within the **On Fedora/CentOS Linux this might look like:** +Some preparations to install openmesh library later on ... +``` +sudo dnf install cmake g++ python3-devel +``` + ``` sudo dnf install python3-venv python3-devel cd ~/.config/inkscape/extensions/ @@ -102,6 +107,11 @@ cat ~/.config/inkscape/extensions/mightyscape-1.2/requirements.txt | sed '/^#/d' **On Ubuntu/Kubuntu Linux this might look like:** +Some preparations to install openmesh library later on ... +``` +sudo apt install cmake g++ python3-dev +``` + ``` sudo apt install python3-venv python3-full cd ~/.config/inkscape/extensions/