File: INSTALL

package info (click to toggle)
ccmalloc 0.2.3-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 480 kB
  • ctags: 485
  • sloc: ansic: 4,523; sh: 204; makefile: 116; cpp: 86
file content (35 lines) | stat: -rw-r--r-- 883 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
------------------------------------------------------------------------------
INSTALL:
------------------------------------------------------------------------------

just change to the `src' directory and type

  make

and optionally

  make test
  less test/test*.log
  gunzip -c test/test*.log.gz | less

then move `libccmalloc.a', `ccmalloc.o', and `ccmalloc.cfg' somewhere with

  make install

or
  
  PREFIX=/usr/local/lib make install

etc.

Then you should read `USAGE' and `ccmalloc.cfg'.

Copy `ccmalloc.cfg' to `.ccmalloc' in your project directory or to
`$(HOME)/.ccmalloc'.

On SunOS 4.X have a look at the section about `file-info'.

------------------------------------------------------------------------------
(C) 1997-1998 Armin Biere
$Id: INSTALL,v 1.3 98/05/27 15:50:51 armin Exp $
------------------------------------------------------------------------------