Ask Your Question

Revision history [back]

When installing from source, one can add configure options to select extra packages to be installed.

For example, to install Sage with the latte_int package:

$ make -s V=0 configure
$ ./configure --enable-latte_int -q
$ make -s V=0

The -s, V=0 and -q parts are to set "silent mode", "low verbosity", and "quiet mode", skip them if you prefer more verbose output.