Commit e9b8d15c0e743333d46d0709200d49e2166dca72

Authored by dmayerich
1 parent de89d3bc

Edited README.

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
README.md 100644 → 100755
@@ -5,8 +5,11 @@ The MSTM application requires a Fortran compiler and OpenMP. @@ -5,8 +5,11 @@ The MSTM application requires a Fortran compiler and OpenMP.
5 In addition, the GUI requires: 5 In addition, the GUI requires:
6 6
7 Python -- http://www.python.org/ 7 Python -- http://www.python.org/
  8 +
8 Qt4 (user interface library) -- http://qt-project.org/ 9 Qt4 (user interface library) -- http://qt-project.org/
  10 +
9 PyQt4 (Python library for Qt4) -- http://wiki.python.org/moin/PyQt4 11 PyQt4 (Python library for Qt4) -- http://wiki.python.org/moin/PyQt4
  12 +
10 matlibplot (Plotting library for Python) -- http://matplotlib.org/ 13 matlibplot (Plotting library for Python) -- http://matplotlib.org/
11 14
12 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. 15 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.
13 \ No newline at end of file 16 \ No newline at end of file