Checkout LibRoadnav and Roadnav
From Roadnav
Contents |
[edit]
Subversion client
To get the source code you will need a Subversion (svn) client.
[edit]
Windows
There are several SVN clients available for Windows:
- TortoiseSVN is a user friendly one.
- SVN is also available in a command line utility.
[edit]
Linux
- Debian: apt-get install subversion
[edit]
Checking out LibRoadnav and Roadnav
[edit]
From the Command Line
- svn co https://roadnav.svn.sourceforge.net/svnroot/roadnav/libroadnav/trunk libroadnav
- svn co https://roadnav.svn.sourceforge.net/svnroot/roadnav/roadnav/trunk roadnav
[edit]
Using TortoiseSVN
- Right click on the Windows desktop and select Checkout.
- Enter https://roadnav.svn.sourceforge.net/svnroot/roadnav/libroadnav/trunk as the URL and specify where you'd like to checkout LibRoadnav.
- Repeat the process for Roadnav using URL https://roadnav.svn.sourceforge.net/svnroot/roadnav/roadnav/trunk.
- It is highly recommended that LibRoadnav and Roadnav be checked out in directories named "libroadnav" and "roadnav", both residing under the same parent directory (e.g. both on the Windows desktop).



