https://github.com/bbidulock/grub2-theme-unexicon
A gfxmenu theme for unexicon
https://github.com/bbidulock/grub2-theme-unexicon
Last synced: 5 months ago
JSON representation
A gfxmenu theme for unexicon
- Host: GitHub
- URL: https://github.com/bbidulock/grub2-theme-unexicon
- Owner: bbidulock
- License: other
- Created: 2014-05-09T15:05:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-10T09:43:00.000Z (about 12 years ago)
- Last Synced: 2025-03-09T12:49:22.769Z (over 1 year ago)
- Size: 7.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.in
- License: COPYING
Awesome Lists containing this project
README
@PACKAGE@ -- read me first file. @DATE@
@PACKAGE@
===============
Package @PACKAGE@-@VERSION@ was released under CCPL:cc-by-sa-3.0
license @DATE@.
This is a grub2 gfxmenu theme for the "Unexicon Live" platform.
Release
-------
This is the @PACKAGE@-@VERSION@ package, released @DATE@. This
release, and the latest version, can be obtained from the GitHub
repository at (http://github.com/bbidulock/@PACKAGE@), using
a command such as:
$> git clone http://github.com/bbidulock/@PACKAGE@.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 oustanding
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 CCPL:cc-by-sa-3.0. Please see
the license in the file `COPYING'. Note also that `Unexicon' is
a trademark of OpenSS7 Corporation.
Quick Start:
------------
The quickest and easiest way to get @PACKAGE@ up and running is to
run the following commands:
$> git clone http://github.com/bbidulock/@PACKAGE@.git
$> cd @PACKAGE@
$> ./autogen.sh
$> ./configure --prefix=/usr --sysconfdir=/etc
$> make V=0
$> make DESTDIR="$pkgdir" install
This will configure, compile and install @PACKAGE@ the quickest.
For those who would like to spend the extra 15 seconds reading
the output of ./configure --help, some compile options can be
turned on and off before the build.
For general information on GNU's ./configure, see the file `INSTALL'.
# vim: set ft=asciidoc tw=72 nocin nosi fo+=tcqlorn: