RealTimeFileStreaming icon indicating copy to clipboard operation
RealTimeFileStreaming copied to clipboard

Nit: git clone portaudio can be used with one small change

Open aparks5 opened this issue 4 years ago • 0 comments

Is there some benefit to using the assembla trunk version of portaudio vs. git clone? i.e. git clone https://github.com/PortAudio/portaudio.git

I found that I could clone portaudio from git instead of mixing svn and git if and only if I changed the visual studio project include path to include:

$(ProjectDir)\..\..\..\..\portaudio\src\os\win

after which I could build just fine. I don't know if this is helpful at all but for Windows users with only git installed, it does make life a little easier.

aparks5 avatar Aug 31 '21 19:08 aparks5