hugin Download

History

Pre-compiled versions

Information on downloading precompiled versions for Linux, Windows and OS X can be found on the panospace blog. OS X users need to use a 'Tester/power user' version.

Compiling from source

For full compilation instructions, read the INSTALL file. Guides for various systems can be found on the panotools wiki:

General requirements

  1. wxWindows. Install wxWindows from source or from one of the pre-built wxWindows packages listed above. Ensure that you have the xrc extension installed.
  2. libpano13. Download and build sources from Panotools or install one of the pre-built packages listed above. Note that libpano12 is deprecated, hugin-0.7.0 can be built with the newer libpano13.
  3. Boost. Some header files are used from the Boost C++ library.
  4. Image libraries. libtiff, libjpeg, libpng, OpenEXR and exiv2.
  5. exiftool. hugin-0.7.0 or later requires the exiftool utility from the Image::ExifTool perl module.
  6. make. hugin-0.7.0 or later uses GNU 'make' to oversee the stitching process, i.e. 'make' is required to run hugin as well as build it.
  7. enblend. download enblend. Note that enblend is no longer optional with hugin-0.7.0, enblend must be at least version 3.1 or a current CVS snapshot.
  8. An optional control point generator such as autopano-sift, panomatic or autopano-sift-C.

SVN access

You can retrieve the latest version of hugin via SVN; when prompted for a password, simply hit the enter key:

svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin

You can checkout panoglview at the same time:

svn co https://hugin.svn.sourceforge.net/svnroot/hugin/panoglview/trunk panoglview

..and autopano-sift-C:

svn co https://hugin.svn.sourceforge.net/svnroot/hugin/autopano-sift-C/trunk autopano-sift-C

Return to main page.