Skip to content

mozart/mozart-stdlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4f1e21 · May 30, 2017
May 30, 2006
May 17, 2004
May 4, 2011
May 30, 2017
May 30, 2006
May 18, 2004
Feb 17, 2011
May 18, 2004
Nov 30, 2001
May 18, 2004
May 19, 2004
Mar 20, 2006
May 18, 2004
May 18, 2004
May 18, 2004
Feb 11, 2004
May 18, 2004
May 18, 2004
May 19, 2004
May 19, 2004
Dec 4, 2001
Nov 29, 2001
Nov 29, 2001
May 19, 2004

Repository files navigation

To install the Mozart Standard Library, you should have Mozart already
installed on your system. Let us assume that Mozart is installed in
$PREFIX. 

Now, to build the Standard Library, it is a good idea to do it in a
different directory from the sources. Let us consider $STDLIB for the
sources and $BUILD_STDLIB for building. You should do the following:

cd $BUILD_STDLIB
$STDLIB/configure --prefix=$PREFIX
make
make install