Menu

Home

Mohammad Al Boni

Welcome to ReShare wiki!

This project was developed during my Master of Science in Computational Engineering at Mississippi State University.


Operating System Compatibility

  • All instructions below apply to Windows XP, Vista and 7.
  • Windows 8 should also work but hasn't been tested.

Prerequisites

  • Matlab: Matlab is required to run and execute any Matlab code.

Usage

There are two usage choices: binary executable files and compilation from source. Unless you are interested in modifying ReShare, you will probably want to use the binary installer.


Binary executable files

Download and run the GDAMR.exe for the version you would like:
1.0 (tested on windows Vista 32-bit) (6/11/2014)


Compilation from Source

Install a working version of Microsoft Visual Studio that is capable of running C# applications. ​Visual Studio Express 2013 is sufficient and free.

  • Obtain the source code:
    Please download the v1.0 source code from here (6/11/2014)
  • Open the GDAMR solution in Visual Studio by double-clicking the "GDAMR.sln" file.
  • Make sure to add the following references:
    • Kitware.mummy.Runtime
    • Kitware.VTK
    • Interop.MLApp
      All of these Dlls can be downloaded from here. Please make sure to download all Dlls, not only those mentioned above.
  • Right-click the GDAMR project and select "Build".
  • If everything built successfully, run the GDAMR solution and enjoy!

Detailed theoretical framework documentation can be downloaded from here

Examples can also be downloaded from here