Changes between Version 5 and Version 6 of UsingThePortAudioSvnRepository


Ignore:
Timestamp:
03/20/08 14:47:17 (2 years ago)
Author:
bjornroche
Comment:

updated for move of trunk.

Legend:

Unmodified
Added
Removed
Modified
  • UsingThePortAudioSvnRepository

    v5 v6  
    55To 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/ 
    66 
    7 The command to check out the latest sources (in this case, from the v19-devel branch) into the current local directory is: 
     7The command to check out the latest sources into the current local directory is: 
    88 
    99{{{ 
    10 >svn co https://www.portaudio.com/repos/portaudio/branches/v19-devel . 
     10>svn co https://www.portaudio.com/repos/portaudio/trunk . 
    1111}}} 
    1212