Changes between Version 5 and Version 6 of UsingThePortAudioSvnRepository
- Timestamp:
- 03/20/08 14:47:17 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingThePortAudioSvnRepository
v5 v6 5 5 To download the source you can either access a tarball snapshot from "http://www.portaudio.com/download.html". Or you can download a Subversion client and check the source code out. You can get an svn client from here: http://subversion.tigris.org/ 6 6 7 The command to check out the latest sources (in this case, from the v19-devel branch)into the current local directory is:7 The command to check out the latest sources into the current local directory is: 8 8 9 9 {{{ 10 >svn co https://www.portaudio.com/repos/portaudio/ branches/v19-devel.10 >svn co https://www.portaudio.com/repos/portaudio/trunk . 11 11 }}} 12 12
