File: INSTALL

package info (click to toggle)
cdcd 0.5.0-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 300 kB
  • ctags: 52
  • sloc: sh: 1,682; ansic: 1,549; makefile: 42
file content (42 lines) | stat: -rw-r--r-- 1,404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Installation instructions for cdcd
----------------------------------

 This package is designed to be built with libcdaudio 1.0.0 or later.  Previous
 versions of libcdaudio will not work with this version of cdcd.

 libcdaudio must be obtained seperately.  If you have not downloaded it
 already you may get it from the following locations:

 http://cdcd.undergrid.net/libcdaudio/source_archive/libcdaudio-0.99.1.tar.gz
 ftp://cdcd.undergrid.net/libcdaudio/libcdaudio-0.99.1.tar.gz
 ftp://gjhsnews.mesa.k12.co.us/pub/libcdaudio/libcdaudio-0.99.1.tar.gz
 
Step 1.
  Run the configuration script.  This script will configure the build for
  your compiler.  If you have not already installed libcdaudio, this will
  give you an error telling you to install libcdaudio.

  Simply run:

  ./configure

  For systems using a different shell than bash or sh (e.g. csh), you will need
  to run:

  sh ./configure

  Be sure to watch the output from configure for anything abnormal.

Step 2.
  Run 'make'.  This will build cdcd.

Step 3.
  Run 'make install'.  This will install cdcd under /usr/local/bin.  Make
  sure /usr/local/bin is in your PATH before running cdcd.

Step 4. (optional)

  Run 'make clean'.  This will remove all object and binary files, leaving the
  source.  If you have no need for the source, you may simply delete it.

That should do it.  You should be able to run cdcd just fine now.