Skip to content

Installation

jfrasch edited this page Nov 11, 2013 · 25 revisions

qpDUNES is developed for LINUX systems. Since it is selfcontained and most parts are written in according to the C90 standard, it should in principle run on other operating systems as well. So far however, major feature tests have only been performed on Ubuntu 13.04 and Mac OS X.

Prerequisites

  • git
  • gcc

On standard Ubuntu, both packages can conveniently be obtained via sudo apt-get install git gcc

Obtaining qpDUNES

qpDUNES is available on github. Open a terminal, navigate to the desired installation position, and run git clone [email protected]:jfrasch/qpDUNES.git qpDUNES

To update your existing qpDUNES copy to the latest release, simply run git pull from your qpDUNES directory.

Clone this wiki locally