source: interfaces/python/build_linux @ 0ed517b

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 0ed517b was 0ed517b, checked in by Paul Brossier <piem@piem.org>, 12 years ago

build_linux: add sample script to build and run tests on linux

  • Property mode set to 100755
File size: 154 bytes
Line 
1#! /bin/sh
2
3python setup.py clean build
4export PYTHONPATH=./build/lib.linux-x86_64-2.6/
5export LD_LIBRARY_PATH=../../build/src/
6./run_all_tests --verbose
Note: See TracBrowser for help on using the repository browser.