/scid

Scientific library for the D programming language

Primary LanguageDBoost Software License 1.0BSL-1.0

SciD
====

SciD is a collection of numerical routines and bindings written in and for
the D programming language.  The project page can be found at

    https://github.com/kyllingstad/scid


Author:     Lars Tandle Kyllingstad
Copyright:  Copyright (c) 2009-2010, Lars T. Kyllingstad.
Licence:    Boost License 1.0 (see licence.txt)



How to build
============

To build the library and generate header (.di) files, run

    rdmd build

To build only the library file, run

    rdmd build lib

To only generate header files, run

    rdmd build headers

To make the documentation, run

    rdmd build html

To clean up after the build script, run

    rdmd build clean