File: INSTALL

package info (click to toggle)
tyvis 20031216-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,024 kB
  • ctags: 2,985
  • sloc: cpp: 22,881; sh: 8,372; makefile: 353
file content (43 lines) | stat: -rw-r--r-- 1,575 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
43
This library depends on libtool, clutils, and warped. If you running from
CVS also read the section about that.  Otherwise move on to the next part.

Libtool is part of the gnu project and can be found at:
ftp://ftp.gnu.org/gnu/libtool

PCCTS 1.33 is maintained by Tom Moog and can be found at:
http://www.polhode.com/pccts.html

Clutils is the "Clifton Labs Utilities" library.  It can be found at:
http://www.cliftonlabs.com/savant

Warped is a discrete event simulation library.  Likewise, it can be found
at:
http://www.cliftonlabs.com/savant


Running from CVS
----------------
If you're running from CVS you need to build the build system.  To do this
you'll need automake 1.7.6 and autoconf 2.57.  Those are also in:
ftp://ftp.gnu.org/gnu/{automake,autoconf}

The quickest way to build the build system is "autoreconf -i".

Running configure
-----------------
The configure script attempts to look in advance for all of the build
problems that might pop up.  If it falls short please submit a bug against
the build system to http://www.cliftonlabs.com/bugzilla...  You can tell it
where to find clutils headers and libraries using "--with-clutils", and headers with

You should also specify an installation prefix with --prefix.  This tells
"make install" where to stick the resulting headers and libraries.

A typical configure run might look like:

CXXFLAGS="-O2 -Wall" ./configure --prefix=/home/ 

If your clutils headers are somewhere else then maybe it would look like:

CXXFLAGS="-O2 -Wall" ./configure --prefix=/home/ --with-clutils=/home --with-warped=/home