Skip to content
/ scid Public
forked from DlangScience/scid

Scientific library for the D programming language

License

Notifications You must be signed in to change notification settings

olgk/scid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scientific library for the D programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published