Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paceholder committed Oct 13, 2024
1 parent 56a5066 commit c1de70e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1de70e

Please sign in to comment.