File: INSTALL

package info (click to toggle)
cxref 1.4-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,392 kB
  • ctags: 1,519
  • sloc: ansic: 16,776; sh: 2,233; yacc: 1,906; lex: 377; lisp: 256; makefile: 249; perl: 70
file content (36 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download | duplicates (2)
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
                C Cross Referencing & Documentation tool.
                =========================================

To install the program, do the following:

1) Edit the Makefile.config in this directory

        Set the variables
        CC      = The C compiler
        CFLAGS  = C compiler flags

        LD      = The linker
        LDFLAGS = Linker flags

        YACC    = yacc or bison program
        LEX     = lex or flex program

        PERL    = Perl Program

        LATEX   = LaTeX program
        DVIPS   = dvips Program
        LATEX_PAGE = Page size for LaTeX output (A4 or US only)


2) Run 'make'         in this directory to make all of the programs
       'make docs'    in this directory to make the README & documents
       'make install' in this directory to install the program.


3) Print README.ps, read README.dvi or browse README.html to understand how to
   use the program.


The Makefiles in cxref version 1.3 have all been modified from those in previous
versions.  They are now fully automated, I have only been able to test them on a
limited number of system types, so if you have problems, let me know.