Requirements

The program suite is to be used on each operating system below requirements ahead. 64 bit linux requires the 32 bit runtime environment.

  • x86/x64 2-Kern-Prozessor 2.8 GHz
  • 2 GB RAM
  • 1 GB free Harddisk Space

Windows

  • Windows 7/Vista or newer, 32/64 Bit

Linux

  • Linux Mint 17.2 64 Bit or newer
Other linux distributions
  • Kernel 2.6.x or newer
  • GTK+ 2.8 or newer (32 bit)
  • glib 2.0 (32 bit)
  • glibc-2.11 (32 bit)
  • libstdc++.so.6.0.13 (32 bit)
  • libicu 4.2+ (32 bit)
  • CUPS (Common UNIX Printing System) (32 bit)

The IDE runs on both, 32 or 64 bit linux systems. On 64-bit Linux distributions, you will need to ensure the appropriate 32-bit compatibility libraries are installed in order to run LunaAVR. Note that glib 2.0 might not be included in 32-bit library packages, so be sure to check or install it manually.

  • OpenSUSE 12.3 to 13.1 - recommended
  • Ubuntu 10.04 or later
  • Debian 6.0 or later
  • Fedora 13 Desktop or later
  • CentOS 6.0 or later
One of these commands usually works for Ubuntu:
sudo apt-get install ia32-libs
sudo apt-get install ia32-libs-multiarch
Newer versions of Ubuntu may require additional steps as well:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install ia32-libs-multiarch

For more information on Multiarch support: https://wiki.debian.org/Multiarch/HOWTO.

On CentOS, this command should install 32-bit libraries:
/usr/bin/yum -y install glib2.i686 libgcc.i686 libstdc++.i686