-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
36 lines (23 loc) · 1.05 KB
/
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
32
33
34
pEFL Perl bindings for the Enlightenment Foundation Libraries
================
Perl bindings for the Enlightenment Foundation Libraries (EFL).
The module gives a nice object-oriented interface. Apart from that
the API is deliberatly kept close to the Elementary API. The perl
method names generally remove the prefix at the beginning of the c
functions. Therefore applying the C documentation should be no problem.
For the documentation in detail please study the single modules and the
documentation at https://www.enlightenment.org/docs/start
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:
libefl development files (e.g. libefl-all-dev on Debian/Ubuntu)
COPYRIGHT AND LICENCE
Copyright (C) 2021 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.28.1 or,
at your option, any later version of Perl 5 you may have available.