diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 13:56:22 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 13:56:22 +0000 |
commit | 893aff1211ad964cad49763f65266787d42a5ec6 (patch) | |
tree | 37eb64155eac74698c0665938f9716075c4ff94a /README | |
parent | 26b8e9773d86c259b7faa2d20846ca5ac3862281 (diff) | |
download | LibXtract-893aff1211ad964cad49763f65266787d42a5ec6.tar.gz LibXtract-893aff1211ad964cad49763f65266787d42a5ec6.tar.bz2 LibXtract-893aff1211ad964cad49763f65266787d42a5ec6.zip |
Minor changes
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 ---------- |