Skip to content

Commit

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

Fixes opencomputeproject#1490

Co-authored-by: Chris Sommers <[email protected]>
Signed-off-by: Chris Sommers <[email protected]>
  • Loading branch information
chrispsommers and chrispsommers committed Jul 11, 2022
1 parent eb41dfd commit 905da92
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 905da92

Please sign in to comment.