diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-08 00:53:24 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-08 00:53:24 -0500 |
commit | 8ce10cee50835bb508d259be814e5f02aeda8d2e (patch) | |
tree | d1b45bd0fd7b18f6c7333f4c1078bc873859b386 /INSTALL | |
parent | fb063c2981c650ca61160009396e6af42536eff7 (diff) | |
download | calfuse-8ce10cee50835bb508d259be814e5f02aeda8d2e.tar.gz |
Initial commit
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +# Abridged installation + +./autogen.sh +./configure --prefix=$HOME/calfuse +make download-data # If you require calibration data +make +make install +source $HOME/calfuse/bin/cfsetup.[sh|csh] |