From c7c8f76134f7497f78aed048954d567216fddee0 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Sat, 3 Aug 2024 00:11:17 +0200 Subject: [PATCH] remove yaml-cpp references from documentation --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ff803fc7..7e8faec3 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,11 @@ To build the Qt Creator plugin, you will need Qt Creator, the matching "Plugin D Additionally, you need: - OpenGL development libraries - ninja for building -- yaml-cpp - utf8proc The dependencies can be installed via apt on Ubuntu: ```bash -sudo apt install libgl1-mesa-dev ninja-build libyaml-cpp-dev libutf8proc-dev +sudo apt install libgl1-mesa-dev ninja-build libutf8proc-dev ``` The `setup.py` script needs additional Python dependencies: