diff options
author | Derick Huth <derickhuth@gmail.com> | 2015-09-24 11:26:53 -0600 |
---|---|---|
committer | Derick Huth <derickhuth@gmail.com> | 2015-09-24 11:26:53 -0600 |
commit | c285135eb903c31cd221f90f03e288a6b67770cd (patch) | |
tree | 1f6ea3120a09feef7236dac579d5a2d5b774aaa7 /INSTALL | |
parent | f5c39e4c6ff55520948c2ef331c968cd84b817d9 (diff) | |
download | chill-c285135eb903c31cd221f90f03e288a6b67770cd.tar.gz chill-c285135eb903c31cd221f90f03e288a6b67770cd.tar.bz2 chill-c285135eb903c31cd221f90f03e288a6b67770cd.zip |
pre-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. |