summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJukka Ojanen <jukka.ojanen@linkotec.net>2015-10-14 17:07:36 +0300
committerJukka Ojanen <jukka.ojanen@linkotec.net>2015-10-14 17:07:36 +0300
commitffe25628f8e056ae9995a7110895cf70e984160d (patch)
treed3e23d6e03e45eba63220d99b347426e5a9fab8d /README.md
parentbd2ee488602eeca657d3d65a712944e06edc5858 (diff)
downloadffts-ffe25628f8e056ae9995a7110895cf70e984160d.zip
ffts-ffe25628f8e056ae9995a7110895cf70e984160d.tar.gz
Rename README to README.md to support markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f7a67a0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,34 @@
+FFTS -- The Fastest Fourier Transform in the South
+by Anthony Blake <anthonix@me.com>
+
+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
OpenPOWER on IntegriCloud