Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 707 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 707 Bytes

ortep

This is a re-hosting of the ORTEP software originally found at ORNL. The newly hosted website is located here.

Building

Linux

  1. Install gfortran and pgplot
  2. make
  3. ./ortep3

OS X

  1. Install XCode, XQuartz and Homebrew
  2. command line build:
$ brew install gcc
$ brew install homebrew/x11/pgplot
$ make
$ ./ortep3

Windows

A graphical user interface (GUI) can be found as part of the WinGX software.