Skip to content

Commit

Permalink
CHANGED: install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkh committed Nov 1, 2023
1 parent 97398ea commit 8e7d97a
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 40 deletions.
57 changes: 29 additions & 28 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ my $build = $class->new
{
'Directory::Scratch::Structured' => 0,
'Hash::Slice' => 0,
'Module::Build' => 0,
'Test::Exception' => 0,
'Test::NoWarnings' => 0,
'Test::Warn' => 0,
Expand All @@ -262,35 +263,35 @@ my $build = $class->new

requires =>
{
'Clone' => 0,
'Compress::Bzip2' => 0,
'Cwd' => 0,
'Data::Compare' => 0,
'Data::TreeDumper' => 0,
'Eval::Context' => 0,
'ExtUtils::PkgConfig' => 0,
'File::Basename' => 0,
'File::Copy' => 0,
'File::HomeDir' => 0,
'File::Slurp' => 0,
'File::Spec' => 0,
'Glib' => 0,
'Gtk3' => 0,
'IO::Prompter' => 0,
'List::MoreUtils' => 0,
'List::Util' => 0,
'MIME::Base64' => 0,
'Clone' => 0,
'Compress::Bzip2' => 0,
'Cwd' => 0,
'Data::Compare' => 0,
'Data::TreeDumper' => 0.41,
'Eval::Context' => 0,
'ExtUtils::PkgConfig' => 0,
'File::Basename' => 0,
'File::Copy' => 0,
'File::HomeDir' => 0,
'File::Slurp' => 0,
'File::Spec' => 0,
'Glib' => 0,
'Gtk3' => 0,
'IO::Prompter' => 0,
'List::MoreUtils' => 0,
'List::Util' => 0,
'MIME::Base64' => 0,
'Module::Build::Compat' => 0,
'Module::Util' => 0,
'Number::Compare' => 0,
'Readonly' => 0,
'Sereal' => 0,
'Sub::Exporter' => 0,
'Term::ReadKey' => 0,
'Term::Size::Any' => 0,
'Term::TermKey' => 0,
'Test::Block' => 0,
'version' => 0.50,
'Module::Util' => 0,
'Number::Compare' => 0,
'Readonly' => 0,
'Sereal' => 0,
'Sub::Exporter' => 0,
'Term::ReadKey' => 0,
'Term::Size::Any' => 0,
'Term::TermKey' => 0,
'Test::Block' => 0,
'version' => 0.50,
},

pm_files => \%all_modules,
Expand Down
4 changes: 4 additions & 0 deletions Todo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
buildah run $c -- 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

latest Data::TreeDumper

constraints
alignement
arrows not overlapping
Expand Down
24 changes: 13 additions & 11 deletions documentation/mdbook_asciio/src/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@ working on the GTK3 port and you'll need to install manually.
## Alternative *1*

```bash
sudo apt install libeval-context-perl libdirectory-scratch-structured-perl libfile-homedir-perl libgtk3-perl
sudo apt install libterm-size-any-perl libio-prompter-perl libterm-termkey-perl

sudo 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

cpan install Data::TreeDumper Data::TreeDumper::Renderer::GTK App::Asciio

```

## Alternative *2*

```bash
sudo 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

sudo sudo apt install make gcc

git clone https://github.com/nkh/P5-Data-TreeDumper-Renderer-GTK
cd P5-Data-TreeDumper-Renderer-GTK
perl Makefile.pl
Expand All @@ -19,14 +29,6 @@ working on the GTK3 port and you'll need to install manually.
perl Build.PL
./Build installdeps
./Build install
```

## Alternative *2*

```bash
sudo apt install libgtk3-perl package-config litermkey-dev make gcc

cpan install App::Asciio

```

Expand Down
2 changes: 1 addition & 1 deletion lib/App/Asciio.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use App::Asciio::Undo ;

#-----------------------------------------------------------------------------

our $VERSION = '1.9.1.1' ;
our $VERSION = '1.9.01' ;

#-----------------------------------------------------------------------------

Expand Down

0 comments on commit 8e7d97a

Please sign in to comment.