Menu

Download.Main

Burkhard Schmidt

Downloading the MetaStable subproject of TrajLab

Download prepacked versions

The easiest and fastest way is to use prepacked, hopefully(!) stable versions of our software available through the SourceForge Download tool from where you can download zip-files.

Note that we upload new versions there about once or twice per year. If, however, you are interested in getting the very latest version, or if you even want to contribute to it, you should use SVN access as described in the following:

SubVersioN access

You can also use '''subversion''' (which is a software versioning and revision control system) to obtain the version currently under development. It might be unstable, though. Under Unix, use

svn checkout https://bsch63@svn.code.sf.net/p/trajlab/metastable/code/trunk MetaStable

to check out the current version from the repository (at SourceForge) into a local directory called
MetaStable (other names are of course permitted). Later on, just enter this directory and run

svn update

to update your working copy. If you are a registered developer of WavePacket, you may also return your modifications to the repository

svn commit

When using a graphical user interface for svn, such as SVN Tortoise under Windows, refer to the respective documentation for checkout/update. The repository name has to be specified as

https://bsch63@svn.code.sf.net/p/trajlab/metastable/code/trunk/Sources

For more information on using subversion, we refer to the SVN book.


Related

Wiki: Home