rDrama-GTK/README.md

24 lines
665 B
Markdown
Raw Permalink Normal View History

2022-11-25 00:59:55 +00:00
# rDrama-GTK (or GTKDrama)
Desktop rDrama client in the Gimped Toolkit.
# Building
On a sane Linux distribution, you might find that your distribution provides
perl modules already available for you. On Debian or Debian-like distributions,
you can install the GTK Perl bindings like so:
# apt install libgtk3-perl libglib-perl
# Modules
GTKDrama is written in Perl, and thus, requires that you install some modules.
If you didn't install `libgtk3-perl` from your distribution, then you can install
it manually. Make sure you have GTK libs installed on your machine.
(Note: Some modules had to be installed as root)
$ cpan HTTP::Soup Gtk3 Glib::IO
2022-11-23 21:38:43 +00:00