| 1 | initial version |
In Sage, LRS is provided by the lrslib optional package.
If you are building Sage from source, change to the Sage root directory and run the following:
$ make configure # or ./bootstrap
$ ./configure --enable-lrslib -q
$ make -s V=0
(Do not type the dollar signs, which in the code block above represent the shell prompt.)
If you installed Sage from the Sage-macOS app, you will need to build from source, as the app currently only support installing extra packages if they can be installed using pip.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.