Download: Unterschied zwischen den Versionen

Aus OpenDino
Wechseln zu: Navigation, Suche
(Download Software)
(Download Software)
Zeile 3: Zeile 3:
 
The executable jar file with source code is given in the file
 
The executable jar file with source code is given in the file
  
19.3.2014 [[Media:opendino_0.1.jar | opendino_0.1.jar]]
+
|| Date      || File                                          ||
 +
|| 19.3.2014 || [[Media:opendino_0.1.jar | opendino_0.1.jar]] ||
  
 
== Download Source Code ==
 
== Download Source Code ==

Version vom 19. März 2014, 23:42 Uhr

Download Software

The executable jar file with source code is given in the file

|| Date || File || || 19.3.2014 || opendino_0.1.jar ||

Download Source Code

Source code is located at

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

The software is version controlled using a Subversion (SVN) repository.

Download the software with shell command:

 $ svn checkout svn://svn.code.sf.net/p/opendino/code/ opendino-code

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.


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