File: README

package info (click to toggle)
libgoocanvas2-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 100 kB
  • sloc: perl: 32; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
GooCanvas2 version 0.04
========================

GooCanvas2 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.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Gtk3
  
  Furthermore you need to install the typelib file for GooCanvas-2.0
  on Debian try: "sudo apt-get install gir1.2-goocanvas-2.0"
  on Mageia "urpmi lib64goocanvas-gir2.0" should work

COPYRIGHT AND LICENCE

Copyright (C) 2017 by Maximilian Lika

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.22.3 or,
at your option, any later version of Perl 5 you may have available.