• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/H19-Jun-2017-26733

t/H19-Jun-2017-2113

ChangesH A D19-Jun-2017811 2118

MANIFESTH A D19-Jun-2017237 98

META.jsonH A D19-Jun-2017945 4342

META.ymlH A D19-Jun-2017555 2423

Makefile.PLH A D18-Jun-2017703 1610

READMEH A D18-Jun-2017876 3420

README

1GooCanvas2 version 0.04
2========================
3
4GooCanvas2 is a new canvas widget for use with Gtk3 that uses the Cairo 2d library for drawing. This is a simple and basic implementation of this wonderful Canvas widget.
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19  Gtk3
20
21  Furthermore you need to install the typelib file for GooCanvas-2.0
22  on Debian try: "sudo apt-get install gir1.2-goocanvas-2.0"
23  on Mageia "urpmi lib64goocanvas-gir2.0" should work
24
25COPYRIGHT AND LICENCE
26
27Copyright (C) 2017 by Maximilian Lika
28
29This library is free software; you can redistribute it and/or modify
30it under the same terms as Perl itself, either Perl version 5.22.3 or,
31at your option, any later version of Perl 5 you may have available.
32
33
34