Changes between Version 16 and Version 17 of Getting-Started/Download-Source


Ignore:
Timestamp:
Oct 1, 2020 3:10:27 AM (4 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Download-Source

    v16 v17  
    1010Getting the released tarball, in ZIP or TGZ format, which is a certain snapshot in time.  
    1111 
    12 The latest released tarball can always be downloaded from the http://www.pjsip.org/download.htm. 
     12The latest released tarball can always be downloaded from the https://www.pjsip.org/download.htm. 
    1313 
     14You view all releases on https://github.com/pjsip/pjproject/releases 
    1415  
    15 == Getting from Subversion trunk == 
     16== Getting from !GitHub == 
    1617 
    17 PJPROJECT Subversion repository will always contain the latest/most up-to-date version of the sources. Normally the Subversion repository is always kept in a "good" state. However, there's always a chance that things break and the tree doesn't build correctly (particularly for the "not-so-popular" targets), so please consult the mailing list should there be any problems. 
     18You can get the latest, most up-to-date source code from **https://github.com/pjsip/pjproject**.  
    1819 
    19 Using Subversion also has benefits of keeping the local copy of the source up to date with the main PJ source tree and to easily track the changes made to the local copy, if any. [wiki:Getting-Started/Using-Subversion Learn more about using Subversion]. 
    20  
    21 The path to the repository is: 
    22  
    23  * For the current development version (2.x onwards): 
    24 '''https://svn.pjsip.org/repos/pjproject/trunk''' 
    25  
    26  * For version 1.x: 
    27 '''https://svn.pjsip.org/repos/pjproject/branches/1.x/''' 
    28  
    29  * For development projects not in any release, find it in: 
    30 '''https://svn.pjsip.org/repos/pjproject/branches/projects''' 
    31  
    32  
    33 No userid or password is needed.  
     20Be mindful that the most up-to-date code may not have gone through as rigorous tests as official releases. 
    3421 
    3522== Source Directories Layout ==