Skip to content

Commit

Permalink
remove yaml-cpp references from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Aug 2, 2024
1 parent d2c38ad commit c7c8f76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c7c8f76

Please sign in to comment.