BlueM.Sim Development: Difference between revisions

From BlueM
Jump to navigation Jump to search
(translation and remove broken links)
Line 11: Line 11:


There are two possibilities for getting the code:
There are two possibilities for getting the code:
* Using the 'Meta' SVN repository that contains solution files and svn:externals links to the required projects: <br/>http://svn.bluemodel.org/Meta/BlueM.Win/
* Using the 'Meta' SVN repository that contains solution files and svn:externals links to the required projects: <br/>https://svn.bluemodel.org/Meta/BlueM.Win/
:''or''  
:''or''  
* Checkout the projects from SVN individually (see URLs below) and combine them in a solution.
* Checkout the projects from SVN individually (see URLs below) and combine them in a solution.

Revision as of 06:08, 24 April 2021

BlueM_icon.png BlueM.Sim | Downloads | Application | Theory | Development

Code

information.png Help with SVN

The source code consist of the following projects:

  • BlueM.Win: GUI (VB.NET)
  • BlueM.Sim: Fortran simulation engine
  • BlueM.DLLAdapter: .NET Wrapper for communicating with the BlueM.Sim simulation engine
  • Wave: Tool for time series display and analysis

There are two possibilities for getting the code:

or
  • Checkout the projects from SVN individually (see URLs below) and combine them in a solution.
Project SVN repository WebSVN
BlueM.Win https://svn.bluemodel.org/BlueM.Win/ BlueM.Win
BlueM.Sim https://svn.bluemodel.org/BlueM.Sim/ BlueM.Sim
BlueM.DLLAdapter https://svn.bluemodel.org/BlueM.DLLAdapter/ BlueM.DLLAdapter
Wave https://svn.bluemodel.org/Wave/ Wave

Compilation

see BlueM.Sim compilation

Testing

see BlueM.DLLAdapterTest

Docs

BlueM.Sim:

siehe BlueM.Sim Code

Style

siehe Code-Formatierung