Download: Unterschied zwischen den Versionen
Aus OpenDino
Admin (Diskussion | Beiträge) K (moved Documentation/Download to Download) |
Admin (Diskussion | Beiträge) |
||
Zeile 18: | Zeile 18: | ||
. | . | ||
− | The | + | 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. | 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 [http://subversion.tigris.org/ subversion homepage]) and should not be downloaded. | "branches" are copies of the "trunk" for temporary modifications (see the [http://subversion.tigris.org/ subversion homepage]) and should not be downloaded. |
Version vom 12. September 2013, 21:15 Uhr
Download Software
.
!!!!!!!!!!!!!!!!!!!!!!! CURRENTLY NOT AVAILABLE !!!!!!!!!!!!!!!!!!!!!!!
.
Download Source Code
.
!!!!!!!!!!!!!!!!!!!!!!! CURRENTLY NOT AVAILABLE !!!!!!!!!!!!!!!!!!!!!!!
.
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 {ToDo:Link to SVN}
Downloading requires a subversion client or an appropriate plug-in for your IDE.