Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install libsndfile #90

Open
htZhang25 opened this issue Jan 16, 2019 · 3 comments
Open

install libsndfile #90

htZhang25 opened this issue Jan 16, 2019 · 3 comments

Comments

@htZhang25
Copy link

Dear,
There shows:This project depends on scikit.audiolab, for which you need to have libsndfile installed in your system.
How should I do for this?I couldn't open the link"libsndfile"

@patientzero
Copy link

Just download it an follow the instructions on the website. it's not that hard. You sure you should be working with computers?
Anyhow, just do the following:
Download:
wget http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz
Extract:
tar -xzf libsndfile-1.0.28.tar.gz
Install:
cd libsndfile-1.0.28/ && ./configure && make && make install

@RoyJames
Copy link

RoyJames commented Sep 28, 2019

Easiest to do in conda:
conda install -c conda-forge libsndfile

@zzw922cn
Copy link
Owner

thanks for everyone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants