diff options
author | Derick Huth <derickhuth@gmail.com> | 2015-09-24 12:22:41 -0600 |
---|---|---|
committer | Derick Huth <derickhuth@gmail.com> | 2015-09-24 12:22:41 -0600 |
commit | 4631ad76927d433da5d55c3c373a1dfd0f74c9d4 (patch) | |
tree | f8dcba88576ec95e403f0c14efd80e970f30a260 /INSTALL | |
parent | 6eb2b89896da66a77d0dcdf2d72b98c122826949 (diff) | |
parent | 0cff3f9a3c4ccd434900162ebef4bd814850f481 (diff) | |
download | chill-4631ad76927d433da5d55c3c373a1dfd0f74c9d4.tar.gz chill-4631ad76927d433da5d55c3c373a1dfd0f74c9d4.tar.bz2 chill-4631ad76927d433da5d55c3c373a1dfd0f74c9d4.zip |
Merge pull request #7 from dhuth/master
V0.2.1
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/INSTALL b/INSTALL deleted file mode 100644 index aef619a..0000000 --- a/INSTALL +++ /dev/null @@ -1,18 +0,0 @@ -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. |