~ubuntu-branches/ubuntu/wily/lyricue/wily

« back to all changes in this revision

Viewing changes to docs/INSTALL

  • Committer: Package Import Robot
  • Author(s): Ilya Barygin
  • Date: 2011-11-06 16:24:28 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20111106162428-o9tmwfr5hbq1884c
Tags: 3.2.1-0ubuntu1
* New upstream release (LP: #389654).
* Packaging based on upstream's PPA:
  - lists of (build-)dependencies updated
  - menu file dropped
  - postinst/postrm scripts removed, lyricue guides setup on first run
  - debian/rules: use dh sequencer
* Generate manpage with pod2man.
* extra-docs.patch: don't install some unneded files.
* manpage-name.patch: make manpage valid.
* desktop.patch: make desktop files valid.
* Convert copyright file to DEP5 format.
* Use source format 3.0 (quilt).
* Update homepage and watch file.
* Bump Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
┌─────────┬─────────────────┬────────────────────────┬──────────────┬─────────┐
2
 
│  Home   │    Downloads    │     Documentation      │   Changes    │  Wiki   │
3
 
└─────────┴─────────────────┴────────────────────────┴──────────────┴─────────┘
4
 
 
5
 
                            Lyricue - Installation
6
 
 
7
 
For installation of Lyricue follow these 7 easy steps.
8
 
If you wish to upgrade the process is exactly the same
9
 
 
10
 
0. Quick install if you are running Debian
11
 
If you are using debian add
12
 
 
13
 
deb http://www.adebenham.com/debian/ ./
14
 
 
15
 
to your /etc/apt/sources.list then install lyricue. You may then skip to step 5
16
 
 
17
 
1. Make sure you have mysql and perl installed
18
 
Lyricue is written in perl and holds all its data in two mysql databases so you
19
 
will require perl/mysql to be installed.
20
 
To download these go to http://www.perl.com and http://www.mysql.com or just
21
 
install them from your distributions install disks.
22
 
Lyricue also requires a few perl modules such as Gtk2 and DBI. These may
23
 
already be installed or you can install them from CPAN or your install disks.
24
 
 
25
 
2. Download the main Lyricue program
26
 
Lyricue is available at http://www.adebenham.com/lyricue/download/
27
 
lyricue-1.9.3.tar.bz2
28
 
 
29
 
3. Extract the files
30
 
To untar the main program run tar xvfj lyricue-1.9.3.tar.bz2
31
 
 
32
 
4. Install using make
33
 
Change into the directory you just untared the main code into then run make
34
 
install
35
 
This will install the program in /usr/bin with the shared components in /usr/
36
 
share/lyricue and default settings in /etc/lyricue
37
 
 
38
 
5. Run the program
39
 
LDS was designed to run on two screens, with one being the interface, the other
40
 
being the actual display.
41
 
Normally the display screen should be hooked up to a projector for displaying
42
 
the lyrics to people so you may wish to run it from the other screen by using a
43
 
command such as DISPLAY=:0.1 lyricue_server which will run it on your second
44
 
screen
45
 
The interface can be run by typing lyricue
46
 
note: You may wish to change lyricue_server to run at the correct size. By
47
 
default it runs at 1024 x 768, to change this edit your preferences in the
48
 
interface
49
 
 
50
 
6. Enjoy
51