Skip to content

Commit

Permalink
Added missing dependencies required to run gensairpc.pl (#1492)
Browse files Browse the repository at this point in the history
Fixes #1490

Co-authored-by: Chris Sommers <[email protected]>
  • Loading branch information
chrispsommers and chrispsommers authored Jul 7, 2022
1 parent 4c08f71 commit f4c8015
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions meta/gensairpc.README
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ USAGE

DEPENDENCIES
Ubuntu packages:

libtemplate-perl
libconst-fast-perl
libmoosex-aliases-perl
libnamespace-autoclean-perl
libgetopt-long-descriptive-perl

```
[sudo] apt-get install -y \
libtemplate-perl \
libconst-fast-perl \
libmoosex-aliases-perl \
libnamespace-autoclean-perl \
libgetopt-long-descriptive-perl \
doxygen \
graphviz \
aspell-en
```

0 comments on commit f4c8015

Please sign in to comment.