feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5sampleryinfft+
Last change
on this file since 61a1e5d was
d21a4b1,
checked in by Paul Brossier <piem@piem.org>, 9 years ago
|
scripts/build_emscripten: add script to build with emcc and co
|
-
Property mode set to
100755
|
File size:
398 bytes
|
Rev | Line | |
---|
[d21a4b1] | 1 | #! /bin/sh |
---|
| 2 | |
---|
| 3 | function checkprog() { |
---|
| 4 | type $1 >/dev/null 2>&1 || { echo >&2 "$1 required but not found, aborting."; exit 1; } |
---|
| 5 | } |
---|
| 6 | |
---|
| 7 | checkprog emcc |
---|
| 8 | checkprog emconfigure |
---|
| 9 | checkprog emmake |
---|
| 10 | |
---|
| 11 | # clean |
---|
| 12 | emmake ./waf distclean |
---|
| 13 | |
---|
| 14 | # configure |
---|
| 15 | emconfigure ./waf configure --prefix=$EMSCRIPTEN/system/local/ --with-target-platform emscripten |
---|
| 16 | |
---|
| 17 | # build |
---|
| 18 | emmake ./waf --testcmd="node %s" |
---|
| 19 | |
---|
| 20 | # intall |
---|
| 21 | #emmake ./waf install |
---|
Note: See
TracBrowser
for help on using the repository browser.