view fft/fftw/build.sh @ 32:ebc87a62321d

Add Nayuki fft.c compiled to JS
author Chris Cannam
date Mon, 09 Nov 2015 11:46:47 +0000
parents 26056e866c29
children
line wrap: on
line source
#!/bin/bash

set -e

(
    cd fftw-3.3.4
    emconfigure ./configure --disable-fortran --enable-single && emmake make
)

make -f Makefile.emscripten