aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2006-10-20 13:56:22 +0000
committerJamie Bullock <jamie@postlude.co.uk>2006-10-20 13:56:22 +0000
commit893aff1211ad964cad49763f65266787d42a5ec6 (patch)
tree37eb64155eac74698c0665938f9716075c4ff94a /README
parent26b8e9773d86c259b7faa2d20846ca5ac3862281 (diff)
downloadLibXtract-893aff1211ad964cad49763f65266787d42a5ec6.tar.gz
LibXtract-893aff1211ad964cad49763f65266787d42a5ec6.tar.bz2
LibXtract-893aff1211ad964cad49763f65266787d42a5ec6.zip
Minor changes
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 5336d49..cfbba22 100644
--- a/README
+++ b/README
@@ -26,14 +26,15 @@ Installation
Type:
-./configure --enable-pd_example --enable-vector
+./configure --enable-pd_example --enable-fft
make
sudo make install
There following configure flags are optional:
--enable-pd_example (to build the PD example)
---enable-vector (to enable functions that require fftw3)
+--enable-fft (to enable functions that require fftw3)
+--enable-simpletest (to build the simpletest example)
Disclaimer
----------