Hugin Download
Hugin is a panorama stitcher and more! Open Source software, free to use, modify and share.
Get Hugin Now ▼ Free Windows and Mac download provided by the SourceForge mirror service.
History
For detailed release notes, see the Hugin releases section.
- 2009.2.0 released September 2009
- 0.8.0 released July 2009
- 0.7.0 released October 2008
- 0.7.0 feature freeze February 2008
- 0.7beta4 released February 2007
- 0.6.1 stable released October 2006
- 0.5 released December 2005, Hugin reached stable state: the essential features are working. Currently Hugin runs on Linux, Windows, MacOSX and many Unix systems.
- 0.4 January 2004
- 0.1 released May 2003
Pre-compiled versions
The Hugin project makes reasonable efforts to ensure that the released source code builds on a wide variety of platforms. We also provide information how to build the source code (links below). We don't have the resources to go beyond that. Sometimes we also don't have access to specific platforms and can't guarantee that the code builds either.
Please don't ask us for binaries / pre-compiled versions. We believe that if a group of users of a specific platform feels the need, they will eventually produce them.
For platforms with package managers, please inform us of the location of your binaries and we'll gladly link to instructions how to use them.
As a courtesy for platforms without package managers, we'll upload contributed binaries to the official Sourceforge repository after they have passed enough testing. You are free to distribute your (unofficial) builds from everywhere else at any time.
- Windows: official 0.7.0 (there are still quality assurance issues with dependencies).
- Mac: official 0.8.0.
- Linux: use your distribution's official package manager.
- Fedora: Instructions for using the Hugin snapshot repository can be found at the Fedora page on the panotools wiki
- FreeBSD: Hugin is in the ports collection.
Compiling from source
Source Hugin tarball releases can be downloaded from sourceforge.
For full compilation instructions, read the INSTALL file. Guides for various systems can be found on the panotools wiki:
General requirements
- wxWindows. Install wxWindows from source or from one of the pre-built wxWindows packages listed above. Ensure that you have the xrc extension installed. For Hugin 0.8.0 and later GLCanvas must be activated.
- 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 or later can be built with the newer libpano13.
- Boost. Some header files are used from the Boost C++ library.
- Image libraries. libtiff, libjpeg, libpng, OpenEXR and exiv2.
- GLEW is required for the fast preview, introduced with hugin-0.8.0 or later.
- GLUT and libGLU are required for hugin-2009.2.0 or later to enable GPU stitching.
- LaPACK is optional.
- exiftool. hugin-0.7.0 or later requires the exiftool utility from the Image::ExifTool perl module.
- 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.
- enblend. download enblend. Note that enblend is no longer optional with hugin-0.7.0, enblend must be at least version 3.2 or a current mercurial snapshot.
- An optional control point generator such as, 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.