diff options
Diffstat (limited to 'academic/sage/README')
-rw-r--r-- | academic/sage/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/academic/sage/README b/academic/sage/README new file mode 100644 index 0000000000..2a59ca5dd6 --- /dev/null +++ b/academic/sage/README @@ -0,0 +1,15 @@ +Sage is a free open-source mathematics software system licensed under +the GPL. It combines the power of many existing open-source packages +into a common Python-based interface. +Mission: Creating a viable free open source alternative to Magma, + +Sage can be used in several ways: through an interactive command line, +by writing stand-alone scripts, through the graphical notebook +interface in a browser, or through the KDE Cantor application (part +of a full Slackware installation). + +Building sage requires >5GB of disk space, so you may need to +redefine $TMP and/or $OUTPUT. + +See README.BUILDOPTS for additional (important) information about +build options and such. |