Skip to content

minisphere 4.4.2

Choose a tag to compare

@fatcerberus fatcerberus released this 30 Jan 06:25

minisphere 4.4.2 is a maintenance release for minisphere 4.4. This release fixes several bugs in Cell, including one in the transpile module which prevented it from being able to compile a good deal of legacy scripts. Updating is highly recommended.

Changes in This Version

  • Fixes a bug where specifying a nonexistent directory in a Cellscript
    files() directive crashes the compiler.
  • Fixes a bug where transpile.v1() parses input files in strict mode, causing
    some otherwise valid Sphere v1 legacy code to be rejected with a syntax
    error.
  • Fixes a bug which causes Cell to produce a spurious "target file not built"
    error if a Tool throws an exception.

Installing in Windows

Simply download and run minisphereSetup-4.4.2.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/minisphere
  • sudo apt-get update
  • sudo 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.4.2_i386.deb, while 64-bit users should download minisphere_4.4.2_amd64.deb. Once downloaded, simply double-click the file and your package manager will guide you through the process of installing the package.