An open API service indexing awesome lists of open source software.

https://github.com/bbidulock/xde-ctools

X Desktop Environment (XDE) "C"-Language Tools
https://github.com/bbidulock/xde-ctools

Last synced: 12 months ago
JSON representation

X Desktop Environment (XDE) "C"-Language Tools

Awesome Lists containing this project

README

          

[xde-ctools -- read me first file. 2022-01-29]: #

xde-ctools
===============

Package `xde-ctools-1.15` was released under GPLv3 license
2022-01-29.

This package provides a number of "C"-language tools for working with
the _X Desktop Environment_. Most of these tools were previously
written in `perl(1)` and were part of the `xde-tools` package. They
have now been codified in "C" for speed and to provide access to
libraries not available from `perl(1)`.

For screenshots and examples, see [SAMPLES](samples).

The source for `xde-ctools` is hosted on [GitHub][1].

Release
-------

This is the `xde-ctools-1.15` package, released 2022-01-29.
This release, and the latest version, can be obtained from [GitHub][1],
using a command such as:

$> git clone https://github.com/bbidulock/xde-ctools.git

Please see the [RELEASE][3] and [NEWS][4] files for release notes and
history of user visible changes for the current version, and the
[ChangeLog][5] file for a more detailed history of implementation
changes. The [TODO][6] file lists features not yet implemented and
other outstanding items.

Please see the [INSTALL][8] file for installation instructions.

When working from `git(1)`, please use this file. An abbreviated
installation procedure that works for most applications appears below.

This release is published under GPLv3. Please see the license in the
file [COPYING][10].

Quick Start
-----------

The quickest and easiest way to get `xde-ctools` up and
running is to run the following commands:

$> git clone https://github.com/bbidulock/xde-ctools.git
$> cd xde-ctools
$> ./autogen.sh
$> ./configure
$> make
$> make DESTDIR="$pkgdir" install

This will configure, compile and install `xde-ctools` the
quickest. For those who like to spend the extra 15 seconds reading
`./configure --help`, some compile time options can be turned on and off
before the build.

For general information on GNU's `./configure`, see the file
[INSTALL][8].

Running
-------

Read the manual page after installation:

$> man xde-ctools

Issues
------

Report issues on GitHub [here][2].

[1]: https://github.com/bbidulock/xde-ctools
[2]: https://github.com/bbidulock/xde-ctools/issues
[3]: https://github.com/bbidulock/xde-ctools/blob/1.15/RELEASE
[4]: https://github.com/bbidulock/xde-ctools/blob/1.15/NEWS
[5]: https://github.com/bbidulock/xde-ctools/blob/1.15/ChangeLog
[6]: https://github.com/bbidulock/xde-ctools/blob/1.15/TODO
[7]: https://github.com/bbidulock/xde-ctools/blob/1.15/COMPLIANCE
[8]: https://github.com/bbidulock/xde-ctools/blob/1.15/INSTALL
[9]: https://github.com/bbidulock/xde-ctools/blob/1.15/LICENSE
[10]: https://github.com/bbidulock/xde-ctools/blob/1.15/COPYING

[ vim: set ft=markdown sw=4 tw=72 nocin nosi fo+=tcqlorn spell: ]: #