How can I compile libsndfile under ubuntu 11.04 ?
Should I use g++ or something?
|
How can I compile libsndfile under ubuntu 11.04 ? Should I use g++ or something?
| ||||
|
feedback
|
Will install all required dependencies for building, then (the second line) will fetch you a buildable source tree and unpack it. You can then build it using:
Or instead of ALL that you can just install it if you don't need to fiddle with sources:
you may also want libsndfile-dev, depending on what you're doing with that library (see | |||
feedback
|
|
Unzip the archive to a directory, switch into that directory, type
Or the easiest way to do get the binaries (if you don't need any special configuring for your particular set up) is to get it via the Ubuntu magic program getter (look under | |||||||||
feedback
|
make), IMO it's on topic here – jonsca Jun 19 '11 at 7:17