Skip to content

Commit

Permalink
FIXED: missing HTTP dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nkh committed Nov 25, 2023
1 parent d426f93 commit 880698c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ my $build = $class->new
'Term::Size::Any' => 0,
'Term::TermKey' => 0,
'Test::Block' => 0,
'Gtk3::Helper' => 0,
'HTTP::Request::Params' => 0,
'version' => 0.50,
},

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,9 @@ An old video that shows basic usage:
## Ubuntu / Debian

```bash
apt install libdata-compare-perl libdata-compare-perl libdirectory-scratch-structured-perl libeval-context-perl libextutils-pkgconfig-perl libfile-homedir-perl libgtk3-perl libio-prompter-perl libterm-size-any-perl libterm-termkey-perl libtest-block-perl libtermkey-dev libmodule-build-perl libsereal-perl libcompress-bzip2-perl libpango-perl libcarp-clan-perl libtest-deep-perl libtest-most-perl libdevel-stacktrace-perl libexception-class-perl libcapture-tiny-perl libtest-differences-perl libmodule-util-perl libtest-nowarnings-perl

cpan install Data::TreeDumper::Renderer::GTK App::Asciio
apt install libdata-compare-perl libdata-compare-perl libdirectory-scratch-structured-perl libeval-context-perl libextutils-pkgconfig-perl libfile-homedir-perl libgtk3-perl libio-prompter-perl libterm-size-any-perl libterm-termkey-perl libtest-block-perl libtermkey-dev libmodule-build-perl libsereal-perl libcompress-bzip2-perl libpango-perl libcarp-clan-perl libtest-deep-perl libtest-most-perl libdevel-stacktrace-perl libexception-class-perl libcapture-tiny-perl libtest-differences-perl libmodule-util-perl libtest-nowarnings-perl libhttp-request-params-perl

cpan install Data::TreeDumper::Renderer::GTK Gtk3::Helper App::Asciio
```

Read *documentation/mdbook_asciio/src/guide/installation.md* for more information.
Expand Down

0 comments on commit 880698c

Please sign in to comment.