Download: Unterschied zwischen den Versionen

Aus OpenDino
Wechseln zu: Navigation, Suche
 
(8 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
== Download Software ==
 
== Download Software ==
  
.
+
The executable jar file is given at
  
'''!!!!!!!!!!!!!!!!!!!!!!!'''
+
https://sourceforge.net/projects/opendino/files/
'''CURRENTLY NOT AVAILABLE'''
 
'''!!!!!!!!!!!!!!!!!!!!!!!'''
 
  
.
 
 
== Download Source Code ==
 
== Download Source Code ==
  
.
+
The software is version controlled using a Subversion (SVN) repository. Source code is located at
  
'''!!!!!!!!!!!!!!!!!!!!!!!'''
+
https://sourceforge.net/p/opendino/code
'''CURRENTLY NOT AVAILABLE'''
 
'''!!!!!!!!!!!!!!!!!!!!!!!'''
 
  
.
+
The URL above provides also the the download command (using subversion). In the subversion repository, theres is a "trunk" and "branches". The "trunk" contains the main development and should always at least compilable and executable.
 +
"branches" are copies of the "trunk" for temporary modifications (see the [http://subversion.apache.org/ subversion homepage]) and should not be downloaded.
  
The software is version controlled using a Subversion (SVN) repository.
+
Downloading requires a [http://subversion.apache.org/ subversion client] or an appropriate plug-in for your IDE.
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.
 
 
 
Download the software with shell command:
 
<pre> $ svn checkout {ToDo:Link to SVN}</pre>
 
 
 
Downloading requires a [http://subversion.tigris.org/ subversion client] or an appropriate plug-in for your IDE.
 

Aktuelle Version vom 7. April 2019, 13:28 Uhr

Download Software

The executable jar file is given at

https://sourceforge.net/projects/opendino/files/

Download Source Code

The software is version controlled using a Subversion (SVN) repository. Source code is located at

https://sourceforge.net/p/opendino/code

The URL above provides also the the download command (using subversion). In the subversion repository, theres is a "trunk" and "branches". The "trunk" contains the main development and should always at least compilable and executable. "branches" are copies of the "trunk" for temporary modifications (see the subversion homepage) and should not be downloaded.

Downloading requires a subversion client or an appropriate plug-in for your IDE.