Search found 5 matches

by jiapei100
Fri Oct 02, 2009 1:03 am
Forum: Windows
Topic: About audacity CVS 2009/09/30 snapshot
Replies: 1
Views: 453

About audacity CVS 2009/09/30 snapshot

I just grabbed Audacity CVS on Sept. 30, 2009. This version works perfect under Windows XP + Visual Studio 2008. However, there are still two doubts that I would like to clarify: 1) portaudio download portaudio snapshot from http://www.portaudio.com, we may notice there are so many "hostapi"s. There...
by jiapei100
Fri Oct 02, 2009 1:02 am
Forum: Compiling Audacity
Topic: About audacity CVS 2009/09/30 snapshot
Replies: 0
Views: 1016

About audacity CVS 2009/09/30 snapshot

I just grabbed Audacity CVS on Sept. 30, 2009. This version works perfect under Windows XP + Visual Studio 2008. However, there are still two doubts that I would like to clarify: 1) portaudio download portaudio snapshot from http://www.portaudio.com, we may notice there are so many "hostapi"s. There...
by jiapei100
Wed Mar 11, 2009 12:08 am
Forum: Compiling Audacity
Topic: Audacity installation header files...
Replies: 4
Views: 2232

Re: Audacity installation header files...

Yes, I know the code are of no use to run the executable code. I'm now programming with audio staffs, I just wanna take part of audacity to simplify my programming. I need those header files and libraries to link into my own program. Cheers After installation, did you get anything like libaudacity.a...
by jiapei100
Tue Mar 10, 2009 1:26 am
Forum: Compiling Audacity
Topic: Audacity installation header files...
Replies: 4
Views: 2232

Re: Audacity installation header files...

Yes, I know. What I have done is ./configure make make install I tried as in your way as well just now: ./configure --program-prefix=/usr make make install But, the problem is this only installs the executable file in /usr/bin, rather than the source files !!! After installation, did you get anythin...
by jiapei100
Mon Mar 09, 2009 5:55 pm
Forum: Compiling Audacity
Topic: Audacity installation header files...
Replies: 4
Views: 2232

Audacity installation header files...

Audacity is a cool audio processing software, but my question is how to install the audacity-src? To compile it and install it to Linux is simple, but "libaudacity.a" is not automatically saved to the /usr/lib (or /usr/local/lib) directory. What's more, the header files are not copied into /usr/incl...