Download: Unterschied zwischen den Versionen
Aus OpenDino
Admin (Diskussion | Beiträge) |
Dirk (Diskussion | Beiträge) (→Download Source Code) |
||
Zeile 10: | Zeile 10: | ||
== Download Source Code == | == Download Source Code == | ||
− | + | Source code is located at | |
− | + | https://sourceforge.net/p/opendino/code | |
− | |||
− | |||
− | |||
− | . | ||
The software is version controlled using a Subversion (SVN) repository. | The software is version controlled using a Subversion (SVN) repository. | ||
Zeile 23: | Zeile 19: | ||
Download the software with shell command: | Download the software with shell command: | ||
− | <pre> $ svn checkout | + | <pre> $ svn checkout svn://svn.code.sf.net/p/opendino/code/trunk</pre> |
+ | |||
Downloading requires a [http://subversion.tigris.org/ subversion client] or an appropriate plug-in for your IDE. | Downloading requires a [http://subversion.tigris.org/ subversion client] or an appropriate plug-in for your IDE. |
Version vom 27. September 2013, 20:49 Uhr
Download Software
.
!!!!!!!!!!!!!!!!!!!!!!! CURRENTLY NOT AVAILABLE !!!!!!!!!!!!!!!!!!!!!!!
.
Download Source Code
Source code is located at
https://sourceforge.net/p/opendino/code
The software is version controlled using a Subversion (SVN) repository. In the SVN repository, a "trunk" exist and "branches" might be added. "trunk" contains the main development and should always at least compile and be executable. "branches" are copies of the "trunk" for temporary modifications (see the subversion homepage) and should not be downloaded.
Download the software with shell command:
$ svn checkout svn://svn.code.sf.net/p/opendino/code/trunk
Downloading requires a subversion client or an appropriate plug-in for your IDE.