graphviz package - query #374

Closed
opened 2022-05-23 11:58:54 +00:00 by bobinson · 3 comments
bobinson commented 2022-05-23 11:58:54 +00:00 (Migrated from gitlab.com)
https://gitlab.com/PBSA/peerplays/-/blob/beatrice/Dockerfile.18.04#L20 https://gitlab.com/PBSA/peerplays/-/blob/beatrice/Dockerfile#L21 `graphviz` is mentioned in the above Docker files. Is this used for something ?
bobinson commented 2022-05-23 15:17:06 +00:00 (Migrated from gitlab.com)

assigned to @serkixenos

assigned to @serkixenos
serkixenos commented 2022-05-23 17:29:08 +00:00 (Migrated from gitlab.com)

Yes. There are two Doxygen files in the project, used to generate documentation and help in cli wallet, from doxygen comments in the code. doxygen requires graphwiz.

Piece of cmake output:

-- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen dot 

dot is part of graphviz

Yes. There are two Doxygen files in the project, used to generate documentation and help in cli wallet, from doxygen comments in the code. doxygen requires graphwiz. Piece of cmake output: ``` -- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen dot ``` dot is part of graphviz
bobinson commented 2022-05-25 08:18:19 +00:00 (Migrated from gitlab.com)

OK :-)

OK :-)
bobinson (Migrated from gitlab.com) closed this issue 2022-05-25 08:18:26 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Peerplays_Blockchain/peerplays_migrated#374
No description provided.