File: COMPILING

package info (click to toggle)
cvstrac 1.1.5-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 824 kB
  • ctags: 680
  • sloc: ansic: 13,963; tcl: 111; makefile: 72; sh: 19
file content (24 lines) | stat: -rw-r--r-- 976 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
How To Compile CVSTrac

  1.  You will need the SQLite library version 2.4.6 or later.  If you
      do not already have this library installed, obtain a copy from
      http://www.hwaci.com/sw/sqlite/

  2.  Choose a directory to compile in.  The directory in which you compile
      does not need to be the same as the source directory.  By default,
      the compilation directory should be a sibling of the source directory
      but this is not required.

  3.  Make a copy of linux-gcc.mk into the compilation directory and rename
      it 'Makefile'.

  4.  Edit the file you just copied to adjust the parameters to your system.

  5.  Type "make" to build the CVSTrac executable.

  6.  Copy the "cvstrac" executable to /usr/bin or /usr/local/bin or
      whereever you want to install it.

For additional on how CVSTrac is put together (information you may want
to know if you would like to try to make improvements to CVSTrac) see
the file called "howitworks.html".