blob: aef619a2229674aebb0399f058a6e202f2d7aac0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
BUILD
=====
1. Edit Makefile. Change SUIFHOME and OMEGAHOME to correct paths.
2. Do "make depend" in the chill directory.
3. Optional, do "make clean" or "make veryclean" which removes additional
target files and flex/bison generated files.
4. Do "make".
INSTALLATION
============
You can use CHiLL in source directory since all links are already
created in bin/, lib/ and include/ directories.
|