source: TRACY3/trunk/tracy/README.txt @ 11

Last change on this file since 11 was 3, checked in by zhangj, 12 years ago

Initiale import

  • Property svn:executable set to *
File size: 536 bytes
Line 
1Tracy-3
2
3Author: Johan Bengtsson
4
5Requirements:
6
7  1. GNU autoconf and automake environment.
8
9  2. GNU C++ compiler: gcc
10
11  3. Numerical Recipes in C (with support for "double").
12     Assumed directory structure:
13
14       $NUM_REC/lib             libnum_rec.a
15       $NUM_REC/inc             nrutil.h, nr.h
16
17To install:
18
19  1. Define the environment variable:
20
21       $NUM_REC = <path to Numerical Recipes library>
22
23  2. tar -xvzf <tar ball name>
24
25  3. cd tracy-3.0
26
27  4. ./bootstrap
28
29  5. ./configure
30
31  6.  cd tracy/wrk
32
33  7. make
34
35  8. ./main lattice/ALBA
Note: See TracBrowser for help on using the repository browser.