summaryrefslogtreecommitdiff
path: root/README.md
blob: ada9493826452da6bcb249e8da2724b40e5bde80 (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/libxfce4util/COPYING)

libxfce4util
====================

libxfce4util is used to share commonly used non-GTK+ utilities among the Xfce applications. 

----

### Homepage

[libxfce4util documentation](https://docs.xfce.org/xfce/libxfce4util/start)

### Changelog

See [NEWS](https://gitlab.xfce.org/xfce/libxfce4util/-/blob/master/NEWS) for details on changes and fixes made in the current release.

### Source Code Repository

[libxfce4util source code](https://gitlab.xfce.org/xfce/libxfce4util)

### Download A Release Tarball

[libxfce4util archive](https://archive.xfce.org/src/xfce/libxfce4util)
    or
[libxfce4util tags](https://gitlab.xfce.org/xfce/libxfce4util/-/tags)
### Installation

From source: 

    % cd libxfce4util 
    % ./autogen.sh
    % make
    % make install

From release tarball:

    % tar xf libxfce4util-<version>.tar.bz2
    % cd libxfce4util-<version>
    % ./configure
    % make
    % make install

### Reporting Bugs

Visit the [reporting bugs](https://docs.xfce.org/xfce/libxfce4util/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.