-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
33 lines (20 loc) · 876 Bytes
/
README
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
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.