It got me thinking whether it would be more sensible if we distributed Sage as a
self-extracting shell script, using something like 'makeself'
Then one runs a shell script which extracts all the files, but which can run
various checks and take various user inputs.
Advantages it would bring, would be:
* Ability to verify the archive is not corrupted.
* Check the binary is for the right system.
* Check CPU has the features needed. Perhaps copy optimised libraries if the
person has a suitable CPU
* Check if SELinux is enabled, if that is a problem.
* etc etc etc
With a bit more effort, it is probably possible to make one archive which
installs on all Linux distributions. Mathematica does not have one for Fedora,
one for Ubuntu etc.
The Solaris installer for Mathematica has both the SPARC and x86 binaries, and
will allow you to install them for either, although it defaults to whatever the
system is.
I've never used 'makeself', but it seems to work well for Wolfram Research, and
should stop people installing the wrong binary.
Dave
--
To post to this group, send an email to sage-...@googlegroups.com
To unsubscribe from this group, send an email to sage-devel+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
I did not see that.
> I never liked executable installers. Everything that is wrong about
> software distribution on Windows in the end boils down to the use of
> executable installers...
The things I dislike about Windows have nothing to do with executable
installers. I've come across them many times on Windows and Unix systems, and
don't dislike them unless you have to start installing java and other things to
run the installer.
Google Earth, Mathematica and VirtualBox all have their installers built with
makeself on Linux.
NB.
At one point Solaris could run on machines with less RAM than the minium
specified. However, it was not possible to install it on such systems as the GUI
installer used more RAM. But it was possible to install with a lot of RAM, then
remove some RAM!
But 'makeself' is only a shell script.
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Google Earth, Mathematica and VirtualBox all have their installers built with
makeself on Linux.