Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ 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

Expand Down