Differences between revisions 5 and 11 (spanning 6 versions)
Revision 5 as of 2010-02-06 15:51:38
Size: 1124
Editor: DavidKirkby
Comment:
Revision 11 as of 2022-04-05 02:15:15
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== General Solaris notes. ==

There are 3 web pages devoted to the use of Sage on Solaris

 * This one, which covers how to install '''binary''' releases of Sage, pre-built for you.
 * http://wiki.sagemath.org/solaris - which covers how to install Sage from the '''source'' code
 * http://wiki.sagemath.org/devel/Building-Sage-on-the-T5240-t2 - a page dedicated to building Sage on a particular computer owned by the University of Washington, called 't2.math.washington.edu'. This page will be of no use unless you use 't2'

== How to install the Solaris binaries ==
Binaries have been created for Solaris 10. These were built on a Sun Netra T1, on which the first version of Solaris 10 was installed. Therefore, the binaries should run on any Solaris 10 machine.

If you have p7zip installed, which is standard on recent Solaris 10 releases, then download the file sage-4.3.0.1-Solaris-10-SPARC-sun4u-or-sun4v.7z

{{{
$ p7zip -d sage-4.3.0.1-Solaris-10-SPARC-sun4u-or-sun4v.tar.7z
$ tar xf sage-4.3.0.1-Solaris-10-SPARC-sun4u-or-sun4v.tar
$ cd sage-4.3.0.1-Solaris-10-SPARC-sun4u-or-sun4v
$ ./sage
}}}