1[![Build Status](https://travis-ci.org/brettbode/wxmacmolplt.svg?branch=master)](https://travis-ci.org/brettbode/wxmacmolplt) Build on trusty against wxWidgets 2.8
2
3wxMacMolPlt is a wxWidgets rewrite of MacMolPlt by Brett Bode's research group at
4Iowa State University. The source code to this program is released under the
5terms of the license file in this directory.
6
7Currently wxMacMolPlt includes build files and has been tested on Mac OS X,
8Linux and Windows. Since most people building from source will be running
9Linux this file focuses on the build instructions for Linux. To build from
10source on any OS you must have a C++ compiler such as g++ and an install
11of wxWidgets with OpenGL support enabled. wxWidgets 2.6 and later have been
12used in the past, but current testing is on 2.8 and later.
13Prebuilt packages of wx should also work and are generally preferrable.
14Newer versions such as 2.8.x and 3.x have been tested on many recent
15Linux distros and are preferred.
16
17For further build instructions refer the INSTALL file in this directory.
18
19An html manual is included that includes a quick walkthrough of the program's
20capabilities.
21
22