~ubuntu-branches/ubuntu/saucy/solfege/saucy

« back to all changes in this revision

Viewing changes to topdocs/INSTALL.texi

  • Committer: Bazaar Package Importer
  • Author(s): Tom Cato Amundsen
  • Date: 2010-03-28 06:34:28 UTC
  • mfrom: (1.1.10 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100328063428-wg2bqvoce2aq4xfb
Tags: 3.15.9-1
* New upstream release.
* Redo packaging. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
@uref{ftp://alpha.gnu.org/gnu/solfege} and 
25
25
@uref{ftp://ftp.gnu.org/gnu/solfege}.
26
26
 
 
27
Solfege has a bzr repository at @uref{http://solfege.org/bzr}.
 
28
 
27
29
@subsection Precompiled binaries
28
30
 
29
31
Precompiled binaries are made available for some releases. I build
30
 
the windows installer, a liunx distribution neutral autopackage
 
32
the windows installer, a linux distribution neutral autopackage
31
33
for i386 computers and the debian package myself. But I am
32
34
depending on users to provide binaries for other operating systems. The
33
35
debian package is available directly from @uref{http://www.debian.org}.
96
98
Use this if you are compiling on an OS that don't have the OSS.
97
99
The default is @option{--enable-oss-sound}.
98
100
 
99
 
@section Packaging
100
 
 
101
 
@subsection Debian
102
 
Rename @file{debian-dir} to @file{debian} and run:
103
 
 
104
 
@example
105
 
dpkg-buildpackage -rfakeroot -us -uc
106
 
@end example
107
 
 
108
 
@subsection Rpm-based distributions
109
 
I did collection some spec files for rpm-based distros, contributed by
110
 
users. But these have not been updated for a very long time, so I do not
111
 
think they will work any more. Also, I do not
112
 
test these spec files myself, so you should send me an update if some of
113
 
the Requires or BuildRequires fields are wrong. Please notice that there may be a
114
 
difference between version 9 and 9.1 of a distro. Give me the exact
115
 
version number!
116
 
 
117
 
Here is an example how to build a binary rpm package for Red Hat 9.
118
 
Replace the filenames to fit your distro if required.
119
 
 
120
 
@example
121
 
cp solfege-@value{SOLFEGEVERSION}.tar.gz /usr/src/redhat/SOURCES/
122
 
tar zxf solfege-@value{SOLFEGEVERSION}.tar.gz
123
 
rpm -bb solfege-@value{SOLFEGEVERSION}/solfege.redhat9.spec
124
 
rpm -i /usr/src/redhat/RPMS/i386/solfege-@value{SOLFEGEVERSION}
125
 
@end example
126
 
 
127
 
Hopefully, binary rpm packages for some distributions will be provided
128
 
later.
129
101
@bye