Skip to content
Maxie D. Schmidt edited this page Nov 9, 2019 · 17 revisions

Installation on Mac OSX

Picking an install procedure

There are basically three routes to installing RNAStructViz on a Mac:

  1. Use the Homebrew formulas provided in the gtDMMB tap repository to automate the install process via these instructions.
  2. Install from source with sudo command access with these instructions.
  3. Perform a local install of RNAStructViz and its core dependencies in the user's home directory without sudo access with these instructions. Note that this installation method is primarily targeted at Linux users with restrictive system setups, e.g., to use RNAStructViz on a school or lab machine, and should be treated as a last recourse only on a Mac.

The route you choose to get RNAStructViz up and running depends on your needs and the capabilities of your system. For the majority of Mac users with access to the brew command, the Homebrew install method is best, and is by far the simplest method to get RNAStructViz running out-of-the-box. Developers who wish to hack and modify the RNAStructViz source code in C++ will need to perform a from-source install of RNAStructViz (at minimum), and possibly its dependencies if they are not already installed on your target Mac system. Users who require a local installation without sudo access or brew can consult and modify the install procedures for generic Unix systems found here.