Timothy Pearson
91fa131c5a
|
8 years ago | |
---|---|---|
.. | ||
debian | 8 years ago | |
include | 8 years ago | |
java | 8 years ago | |
m4 | 8 years ago | |
src | 8 years ago | |
tests | 8 years ago | |
AUTHORS | 10 years ago | |
CMakeLists.txt | 8 years ago | |
COPYRIGHT | 10 years ago | |
Makefile.am | 10 years ago | |
Makefile.in | 8 years ago | |
README.md | 8 years ago | |
aclocal.m4 | 8 years ago | |
build_android.sh | 10 years ago | |
build_iphone.sh | 10 years ago | |
config.guess | 8 years ago | |
config.h.in | 8 years ago | |
config.sub | 8 years ago | |
configure | 8 years ago | |
configure.ac | 10 years ago | |
depcomp | 10 years ago | |
ffts.pc.cmake.in | 8 years ago | |
ffts.pc.in | 10 years ago | |
install-sh | 10 years ago | |
ltmain.sh | 10 years ago | |
missing | 10 years ago |
README.md
FFTS -- The Fastest Fourier Transform in the South
To build for Android, edit and run build_android.sh
To build for iOS, edit and run build_iphone.sh
To build for Linux or OS X on x86, run ./configure --enable-sse --enable-single --prefix=/usr/local make make install
Optionally build for Windows and Linux with CMake, run mkdir build cd build cmake ..
FFTS dynamically generates code at runtime. This can be disabled with --disable-dynamic-code
Note that 32 bit x86 dynamic machine code generation is not supported at the moment.
For JNI targets: --enable-jni will build the jni stuff automatically for the host target, and --enable-shared must also be added manually for it to work.
If you like FFTS, please show your support by sending a postcard to:
Anthony Blake
Department of Computer Science
The University of Waikato
Private Bag 3105
Hamilton 3240
NEW ZEALAND