Blame view

README.md 721 Bytes
de89d3bc   dmayerich   Initial commit.
1
2
3
4
5
6
7
  This software is designed to be used with CMake, so we recommend using it to build the application.

  

  The MSTM application requires a Fortran compiler and OpenMP.

  

  In addition, the GUI requires:

  

  Python -- http://www.python.org/

e9b8d15c   dmayerich   Edited README.
8
  

de89d3bc   dmayerich   Initial commit.
9
  Qt4 (user interface library) -- http://qt-project.org/

e9b8d15c   dmayerich   Edited README.
10
  

de89d3bc   dmayerich   Initial commit.
11
  PyQt4 (Python library for Qt4) -- http://wiki.python.org/moin/PyQt4

e9b8d15c   dmayerich   Edited README.
12
  

de89d3bc   dmayerich   Initial commit.
13
14
15
  matlibplot (Plotting library for Python) -- http://matplotlib.org/

  

  These should be available easily through most Linux package managers and can be downloaded individually for Windows systems.  If they are installed through Linux, CMake should be able to find them without any problems.  Windows users may have to point CMake to the installed locations.