Skip to content

miniSphere 4.8.1

Compare
Choose a tag to compare
@fatcerberus fatcerberus released this 14 Aug 05:14

miniSphere 4.8.1 is a maintenance release in the 4.8 release series. This release includes a few minor API tweaks and fixes the Windows installer to install Sphere Studio properly.

Changes in This Version

  • Adds DirectoryStream#dispose() to the API, for closing an open directory.
  • Renames SoundStream#buffer() to SoundStream#write().

Installing in Windows

Simply download and run miniSphereSetup-4.8.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) (latest version only guaranteed on current Ubuntu release):

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.

Note: Users of other Linux distributions, or those using older versions of Ubuntu, can build the engine manually from the tarball (minisphere-4.8.1.tar.gz).