Changeset f41957d for interfaces/python/build_linux
- Timestamp:
- Jul 16, 2012, 9:43:13 PM (12 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 577cb49, b0f2cc5
- Parents:
- c43c459
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/build_linux
rc43c459 rf41957d 1 1 #! /bin/sh 2 2 3 set -e 4 set -x 5 3 6 python setup.py clean build 4 export PYTHONPATH=./build/lib.linux-x86_64-2. 6/7 export PYTHONPATH=./build/lib.linux-x86_64-2.7/ 5 8 export LD_LIBRARY_PATH=../../build/src/ 6 9 ./run_all_tests --verbose
Note: See TracChangeset
for help on using the changeset viewer.