Code: Select all
ubuntu@VM-20-15-ubuntu:~/MyLLVM$ g++ graphviz.cpp -o MyGraphviz -lgraphviz
/usr/bin/ld: cannot find -lgraphviz: No such file or directory
collect2: error: ld returned 1 exit status
Code: Select all
sudo apt-get install graphviz
sudo apt-get install graphviz-dev
sudo apt-get install libgraphviz-dev
Ich finde keine Anleitung auf der offiziellen Website von graphviz. Wo finde ich das Dokument zur Installation von graphviz lib unter Ubuntu 24.04 LTS?