Requirements

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

Hardware

Operating System

Windows

Linux

Other linux distributions

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.

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