From c1de70e1de6fa01bea87a41dccfcda3216b57722 Mon Sep 17 00:00:00 2001 From: Dmitry Pinaev Date: Sun, 13 Oct 2024 23:22:21 +0200 Subject: [PATCH] Update docs --- README.rst | 6 ++++++ docs/development.rst | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3817a8e11..5fb0e9e31 100644 --- a/README.rst +++ b/README.rst @@ -113,6 +113,12 @@ Set this option to false if you want to build with Qt5 version instead of Qt6: or mkdir build && cd build && cmake .. -DUSE_QT6=off +For building a static lib use: + +:: + + cmake .. -BUILD_SHARED_LIBS=off + Linux ----- diff --git a/docs/development.rst b/docs/development.rst index 5ea575cd0..5064a8a49 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -7,10 +7,10 @@ Development Progress - [✅ done] Dynamic ports - [✅ done] ``AbstractNodeGeometry``, ``AbstractNodePainter`` - [✅ done] Website with documentation +- [✅] ``ConnectionPaintDelegate`` - [➡️ work in progress] Unit-Tests - [➡️ work in progress] Ctrl+D for copying and inserting a selection duplicate - [⏸ not started] Node groups -- [⏸ not started] ``ConnectionPaintDelegate`` - [⏸ not started] Check how styles work and what needs to be done. See old pull-requests - [☝ help needed] Python bindings. Maybe a wrapper using Shiboken - Python examples