File: INSTALL

package info (click to toggle)
cdcover 0.9.1-6.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 188 kB
  • ctags: 180
  • sloc: cpp: 1,446; makefile: 67
file content (36 lines) | stat: -rw-r--r-- 1,280 bytes parent folder | download | duplicates (10)
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
CDCOVER INSTALLATION
----------------

GNU\LINUX and UNIX-Systems:
    
    Extract the sourcefiles from the tar-archive.
    If you have an other c++ compiler than the g++-compiler,
    you need to change the entry "COMPILER=g++" in the
    Makefile to "COMPILER=<your compiler name>". 
    Then type "make" in the direcroty of the ccc-Makefile 
    to build the executable "ccc".
    Ccopy the executable in a directory of your
    choice that is listet in the $PATH Variable. This
    should usually be "/usr/local/bin" or "/usr/bin".
    You can also type "make install" to install the
    file automatically to "/usr/local/bin".
    

Windows 95,98,2000,NT:

    Unlike all the Unix-Systems, Windows doesn't come 
    with a C-Compiler. If you haven't got a C-Compiler
    then first download and install the free compiler 
    form www.cygnus.com .
    Extract the files from the tar-archive then start
    the shell and change the directory in which  you
    extracted the source-files.
    If you have an other compiler than the g++-compiler,
    you need to change the entry "COMPILER=g++" in the
    Makefile to "COMPILER=<your compiler name>".



Pre-compiled binaries exist for Windows, GNU\Linux i386
and Sun Solaris (Sparc Station). Check www.meybohm.de
for updates.