minisphere 4.2.1
minisphere 4.2.1 is a maintenance release for minisphere 4.2. In line with the experimental nature of the Sphere v2 API, this update includes a breaking changes with the goal of making the API easier to understand and use.
Changes in This Version
- The
ssjglobal is now calledSSJ, to align with usual JavaScript naming
conventions for namespace-like objects. - The
terminalstandard library module is now calledterm. - Passing an invalid argument to a miniRT
randommodule function will now
result in a hardAssertionError, rather than just a debugger trap.
Installing in Windows
Simply download and run minisphereSetup-4.2.1.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:
sudo add-apt-repository ppa:fatcerberus/minispheresudo apt-get updatesudo apt-get install minisphere
You only need to do this once. The system will automatically notify you of future minisphere updates.
For other Debian distributions such as Linux Mint or Debian itself, simply download one of the .deb packages below. Users of 32-bit systems will want minisphere_4.2.1_i386.deb, while 64-bit users should download minisphere_4.2.1_amd64.deb. Once downloaded, simply double-click the file and your package manager will guide you through the process of installing the package.