summaryrefslogtreecommitdiffstats
path: root/funtools/faq/faq1.html
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-26 21:13:00 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-26 21:13:00 (GMT)
commitda2e3d212171bbe64c1af39114fd067308656990 (patch)
tree9601f7ed15fa1394762124630c12a792bc073ec2 /funtools/faq/faq1.html
parent76b109ad6d97d19ab835596dc70149ef379f3733 (diff)
downloadblt-da2e3d212171bbe64c1af39114fd067308656990.zip
blt-da2e3d212171bbe64c1af39114fd067308656990.tar.gz
blt-da2e3d212171bbe64c1af39114fd067308656990.tar.bz2
rm funtools for update
Diffstat (limited to 'funtools/faq/faq1.html')
-rw-r--r--funtools/faq/faq1.html39
1 files changed, 0 insertions, 39 deletions
diff --git a/funtools/faq/faq1.html b/funtools/faq/faq1.html
deleted file mode 100644
index d4f1fd8..0000000
--- a/funtools/faq/faq1.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<html><head><title>Funtools FAQ: Installing</title></head>
-
-<ol>
-
-<li> <a name="faq1"><b>Where can I get funtools?</b><p>
-Funtools is available at:
-<a href="http://hea-www.harvard.edu/saord/funtools">http://hea-www.harvard.edu/saord/funtools</a>.
-
-<li> <a name="faq2"><b>How do I build funtools?</b><p>
-<P>
-<BLOCKQUOTE><CODE>
-<PRE>
-./configure --prefix="install_root" # site-specific configuration
-make # build the software
-make install # install it
-make clean # clean up unneeded temp files
-</PRE>
-</CODE></BLOCKQUOTE>
-
-<li><a name=faq3"><b>What secondary build options might be useful?</b></a>
-<P>
-<BLOCKQUOTE><CODE>
-<PRE>
-# specify root dir to install funtools executables, libraries, man pages, etc.
-# default is to install in /usr/local
-configure --prefix="install_root"
-
-# create funtools as a shared library
-configure --enable-shared=yes
-
-# create funtools as a shared library and use it to link funtools itself
-configure --enable-shared=link
-
-# gcc: enable support for files larger than 2 Gb
-configure CFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
-</PRE>
-</CODE></BLOCKQUOTE>
-
-</ol>