diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-09 09:36:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:59:20 +0700 |
commit | 768eb06b2a1189c035d56f5faeed22b9a3a887bf (patch) | |
tree | 40b49612c2028a5c6b8bcfed3ac24eca3f0c4d0e /academic/sage/README | |
parent | b8d0f9deb83217a745212497eafdb7706c487b4c (diff) | |
download | slackbuilds-768eb06b2a1189c035d56f5faeed22b9a3a887bf.tar.gz |
academic/sage: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/sage/README')
-rw-r--r-- | academic/sage/README | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/academic/sage/README b/academic/sage/README index e0c4bc33c1..609a87c83d 100644 --- a/academic/sage/README +++ b/academic/sage/README @@ -9,19 +9,8 @@ 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 >8GB of disk space, so you may need to +Building sage requires >12GB 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. - -NOTE: -Future SAGE (7.3+) requires some changes in Slackware's core packages: -- readline must be linked to ncurses - Get readline's SlackBuild script, change this line - make $NUMJOBS static shared || make static shared || exit 1 - into - make $NUMJOBS static shared SHLIB_LIBS=-lncurses || make static - shared SHLIB_LIBS=-lncurses || exit 1 - and rebuilt readline. -- Python rebuilt against UCS-4 (enabled by default in next Slackware) |