mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
academic/sage: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0a2730aab6
commit
cf601cc671
1 changed files with 1 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue