hugin Download
History
- 0.1 released May 2003
- 0.4 January 2004
- 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.6.1 stable released October 2006
- 0.7beta4 released February 2007
- 0.7.0 feature freeze February 2008
- 0.7.0 released October 2008
Pre-compiled versions
Compiling from source
A source hugin-0.7.0 tarball 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.
- 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.
- Boost. Some header files are used from the Boost C++ library.
- Image libraries. libtiff, libjpeg, libpng, OpenEXR and exiv2.
- 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 CVS snapshot.
- 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.