https://github.com/bbidulock/xde-setup
tools for setting up light-weight window managers
https://github.com/bbidulock/xde-setup
Last synced: 26 days ago
JSON representation
tools for setting up light-weight window managers
- Host: GitHub
- URL: https://github.com/bbidulock/xde-setup
- Owner: bbidulock
- License: gpl-3.0
- Created: 2016-01-30T16:35:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T04:38:49.000Z (over 4 years ago)
- Last Synced: 2025-12-19T12:28:23.095Z (6 months ago)
- Language: Shell
- Size: 320 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
[xde-setup -- read me first file. 2019-09-05]: #
xde-setup
===============
Package `xde-setup-1.2` was released under GPLv3 license 2019-09-05.
This package provides a number of "C"-language tools for setting up
light-weight window managers. It is not really used at the moment.
Release
-------
This is the `xde-setup-1.2` package, released 2019-09-05. This
release, and the latest version, can be obtained from [GitHub][1], using
a command such as:
$> git clone https://github.com/bbidulock/xde-setup.git
Please see the [NEWS][3] file for release notes and history of user
visible changes for the current version, and the [ChangeLog][4] file for
a more detailed history of implementation changes. The [TODO][5] file
lists features not yet implemented and other outstanding items.
Please see the [INSTALL][7] 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][9].
Quick Start
-----------
The quickest and easiest way to get `xde-setup` up and running is to run
the following commands:
$> git clone https://github.com/bbidulock/xde-setup.git
$> cd xde-setup
$> ./autogen.sh
$> ./configure
$> make
$> make DESTDIR="$pkgdir" install
This will configure, compile and install `xde-setup` 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][7].
Running
-------
Read the manual page after installation:
Issues
------
Report issues on GitHub [here][2].
[1]: https://github.com/bbidulock/xde-setup
[2]: https://github.com/bbidulock/xde-setup/issues
[3]: https://github.com/bbidulock/xde-setup/blob/1.2/NEWS
[4]: https://github.com/bbidulock/xde-setup/blob/1.2/ChangeLog
[5]: https://github.com/bbidulock/xde-setup/blob/1.2/TODO
[6]: https://github.com/bbidulock/xde-setup/blob/1.2/COMPLIANCE
[7]: https://github.com/bbidulock/xde-setup/blob/1.2/INSTALL
[8]: https://github.com/bbidulock/xde-setup/blob/1.2/LICENSE
[9]: https://github.com/bbidulock/xde-setup/blob/1.2/COPYING
[ vim: set ft=markdown sw=4 tw=72 nocin nosi fo+=tcqlorn spell: ]: #