summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authordhuth <derickhuth@gmail.com>2014-08-27 09:52:06 -0600
committerdhuth <derickhuth@gmail.com>2014-08-27 09:52:06 -0600
commitbff810cc371a38f493d688c54f71013f5a7d53bf (patch)
treefbe86954bb3c01deb21da9e41ebff5baa2889a45 /INSTALL
downloadchill-bff810cc371a38f493d688c54f71013f5a7d53bf.tar.gz
chill-bff810cc371a38f493d688c54f71013f5a7d53bf.tar.bz2
chill-bff810cc371a38f493d688c54f71013f5a7d53bf.zip
Initial commit
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..aef619a
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,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.