summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 31 insertions, 5 deletions
diff --git a/README b/README
index cfed57d..28224a5 100644
--- a/README
+++ b/README
@@ -1,7 +1,33 @@
-mono_arch
-=========
+FFTS -- The Fastest Fourier Transform in the South
+by Anthony Blake <anthonix@me.com>
-Part of Mono project, https://github.com/mono
+To build for Android, edit and run build_android.sh
-These are C macros that are useful when generating native code on various platforms.
-This code is MIT X11 licensed.
+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
+
+To build for Windows x64 with MSVC 2005 and YASM v1.3, run
+ mkdir build
+ cmake .. -G "Visual Studio 8 2005 Win64"
+
+Note that 32 bit Windows is not supported at the moment.
+
+FFTS dynamically generates code at runtime. This can be disabled with
+--disable-dynamic-code
+
+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
OpenPOWER on IntegriCloud