miniSphere 4.5.3
minisphere 4.5.3 is a maintenance release in the 4.5.x release series. This release adds support for mjs JavaScript modules in Cell.
Changes in This Version
- Adds support for
Cellscript.mjs. ifCellscript.jsis used, it will now
be compiled as a script rather than a module. - Adds
.mjsmodule support for Cellscriptrequire(). - Fixes a bug in
from.Object()where no object properties are enumerated. - Fixes a bug where
term.print()repeats its second parameter for every one
beyond that.
Installing in Windows
Simply download and run minisphereSetup-4.5.3.exe. The Inno Setup install wizard will walk you through the installation process.
Installing in Linux
For Ubuntu (14.04 and later), minisphere is available via personal package archive (PPA):
Installing from a PPA is easy. Simply open Terminal and run the following commands (you only need to do this once, Ubuntu will keep it updated automatically from then on):
sudo add-apt-repository ppa:fatcerberus/minispheresudo apt-get updatesudo apt-get install minisphere
Users of Linux distributions other than Ubuntu will need to build the engine manually from the tarball (minisphere-4.5.3.tar.gz).