https://github.com/bbidulock/xde-tools
X11 Desktop Environment (XDE)
https://github.com/bbidulock/xde-tools
Last synced: 2 months ago
JSON representation
X11 Desktop Environment (XDE)
- Host: GitHub
- URL: https://github.com/bbidulock/xde-tools
- Owner: bbidulock
- License: other
- Created: 2014-04-13T04:28:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T17:59:10.000Z (over 7 years ago)
- Last Synced: 2025-12-15T01:13:57.662Z (6 months ago)
- Language: Perl
- Size: 1.69 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
xde-tools -- read me first file. 2013-12-30
xde-tools
=========
Package xde-tools 0.01 was released under GPL/Perl license 2013-12-30.
This is a set of perl-based tools for the X Desktop Environment (XDE).
Release
-------
This is the xde-tools-0.01 package, released 2013-12-30. This release,
and the latest version, can be obtained from the GitHub repository at
(http://github.com/bbidulock/xde-tools), using a command such as:
$> git clone http://github.com/bbidulock/xde-tools.git
Please see the `NEWS' file for release notes and history of user visible
changes for the current version, and the `ChangeLog' file for a more
detailed history of implementation changes. The `TODO' file lists
features not yet implemented and other outstanding items.
Please see the `INSTALL' file for installation instructions.
When working from `git(1)', please see the `README.git' file. An
abbreviated installation procedure that works for most applications
appears below.
This release is published under dual license: Perl/GPL. Please see the
GPL license in the file `COPYING' and the Perl Artisitc license in the
file `LICENSE'.
Quick Start:
------------
The quickest and easiest way to get xde-tools up and running is to run
the following commands:
$> git clone http://github.com/bbidulock/xde-tools.git
$> cd xde-tools
$> PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
$> make
$> make DESTDIR="$pkgdir" install
This will configure, compile and install xde-tools the quickest. For
those who would like to spend the extra 15 seconds reading
ExtUtils::MakeMaker(3pm) manual pages, some compile time options can be
turned on and off before the build.
For general information on installation, see the
ExtUtils::MakeMaker(3pm) manual page.
# vim: set ft=asciidoc tw=72 nocin nosi fo+=tcqlorn: