https://github.com/bbidulock/unexicon-system
System configuration for the unexicon distribution
https://github.com/bbidulock/unexicon-system
Last synced: 8 months ago
JSON representation
System configuration for the unexicon distribution
- Host: GitHub
- URL: https://github.com/bbidulock/unexicon-system
- Owner: bbidulock
- License: gpl-3.0
- Created: 2014-05-04T09:35:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T08:09:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T01:51:13.707Z (over 1 year ago)
- Language: Shell
- Size: 1.17 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
[unexicon-system -- read me first file. 2024-01-28]: #
unexicon-system
===============
Package `unexicon-system-1.5.7` was released under GPLv3 license 2024-01-28.
This is a set of configuration files, dispatchers and hook scripts that
are use to mount the _Unexicon Live_ platform.
Release
-------
This is the `unexicon-system-1.5.7` package, released 2024-01-28. This
release, and the latest version, can be obtained from [GitHub][1], using
a command such as:
$> git clone https://github.com/bbidulock/unexicon-system.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 `unexicon-system` up and running is to run
the following commands:
$> git clone https://github.com/bbidulock/unexicon-system.git
$> cd unexicon-system
$> ./autogen.sh
$> ./configure
$> make
$> make DESTDIR="$pkgdir" install
This will configure, compile and install `unexicon-system` 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/unexicon-system
[2]: https://github.com/bbidulock/unexicon-system/issues
[3]: https://github.com/bbidulock/unexicon-system/blob/master/NEWS
[4]: https://github.com/bbidulock/unexicon-system/blob/master/ChangeLog
[5]: https://github.com/bbidulock/unexicon-system/blob/master/TODO
[6]: https://github.com/bbidulock/unexicon-system/blob/master/COMPLIANCE
[7]: https://github.com/bbidulock/unexicon-system/blob/master/INSTALL
[8]: https://github.com/bbidulock/unexicon-system/blob/master/LICENSE
[9]: https://github.com/bbidulock/unexicon-system/blob/master/COPYING
[ vim: set ft=markdown sw=4 tw=72 nocin nosi fo+=tcqlorn spell: ]: #