Download

Into needs the Qt toolkit to work. Go and get a copy if you don't already have the newest one installed.

Pick your version from the table below. The last column links to the version of Qt that was used in building the binaries in the installer. If you want to use a different version, you may need to compile Into from sources (it is easy).


Into installerQt
Linux 32, g++libinto...linux_32bit.sh
Qt 4.8.01
Linux 64, g++libinto...linux_64bit.shQt 4.8.01
Max OS X 32, g++Into...osx_32bit.pkg.tar.gzQt 4.8.02
Windows 32, MinGWinto...win32_mingw.exeQt SDK 1.1.43
Windows 32, VS 2008into...win32_msvc.exeQt SDK 1.1.44

Notes

  1. You need to compile Qt from sources (instructions). If you don't already have Qt 4.8.0 installed, you may find it easier to install the Qt SDK (Linux 32, Linux 64) instead and compile Into from sources. The Qt SDK comes with Qt 4.7.4.
  2. There are no prebuilt Qt binaries available for 32-bit Mac. You need to compile the libraries from sources. Alternatively, install the Qt SDK for Mac OS X 64 and compile Into from sources.
  3. When installing the Qt SDK, select "Custom" installation. For Into, you only need to select "Desktop Qt 4.7.4 - MinGW" under Development Tools -> Desktop Qt. All other parts can be safely unselected.
  4. Same as 3, but select "Desktop Qt 4.7.4 - MSVC 2008".

Once you have installed Into, please have a look at the Get started section of our documentation.