Difference between revisions of "Hugin Compiling Fedora"

From PanoTools.org Wiki
Jump to navigation Jump to search
(new URL)
m (Add glew-devel dependency)
Line 3: Line 3:
 
Otherwise, recent-ish hugin snapshots and other panorama-related software can usually be found at the [http://bugbear.postle.net/~bruno/apt/fedora/linux/ fedora panorama repository].  To subscribe just follow this [http://bugbear.postle.net/~bruno/apt/fedora/linux/7/i386/RPMS.panorama/panorama-release-7-1.fc7.noarch.rpm panorama release] link, use the ''Package Installer'' option, and each time you do a ''Software Update'' hugin will be upgraded to the latest snapshot.
 
Otherwise, recent-ish hugin snapshots and other panorama-related software can usually be found at the [http://bugbear.postle.net/~bruno/apt/fedora/linux/ fedora panorama repository].  To subscribe just follow this [http://bugbear.postle.net/~bruno/apt/fedora/linux/7/i386/RPMS.panorama/panorama-release-7-1.fc7.noarch.rpm panorama release] link, use the ''Package Installer'' option, and each time you do a ''Software Update'' hugin will be upgraded to the latest snapshot.
  
If you want to compile hugin yourself, just follow the instructions in the '''INSTALL_cmake''' file, you will need these development packages (June 2008): libpano13-devel zlib-devel libtiff-devel libjpeg-devel libpng-devel gettext-devel wxGTK-devel boost-devel cmake desktop-file-utils OpenEXR-devel gcc-c++ exiv2-devel
+
If you want to compile hugin yourself, just follow the instructions in the '''INSTALL_cmake''' file, you will need these development packages (June 2008): libpano13-devel zlib-devel libtiff-devel libjpeg-devel libpng-devel gettext-devel wxGTK-devel boost-devel cmake desktop-file-utils OpenEXR-devel gcc-c++ exiv2-devel glew-devel
  
To actually use hugin you also need [[enblend]] (>= 3.1) and perl-Image-ExifTool packages.  [[autopano-sift-C]] or [[panomatic]] are useful to automatically generate control points.
+
To actually use hugin you also need [[enblend]] 3.2 and perl-Image-ExifTool packages.  [[autopano-sift-C]] or [[panomatic]] are useful to automatically generate control points.
  
 
The source RPM package contains an hugin.spec file which is both the build documentation and the script for an automated build (other linux packaging systems work basically the same way).
 
The source RPM package contains an hugin.spec file which is both the build documentation and the script for an automated build (other linux packaging systems work basically the same way).

Revision as of 12:28, 13 November 2008

The hugin and enblend stable releases are part of default fedora, available via the Add/Remove Software menu. Note that there is no autopano-sift in fedora due to patent issues, but autopano-sift-C can be found in the livna 3rd party package repository.

Otherwise, recent-ish hugin snapshots and other panorama-related software can usually be found at the fedora panorama repository. To subscribe just follow this panorama release link, use the Package Installer option, and each time you do a Software Update hugin will be upgraded to the latest snapshot.

If you want to compile hugin yourself, just follow the instructions in the INSTALL_cmake file, you will need these development packages (June 2008): libpano13-devel zlib-devel libtiff-devel libjpeg-devel libpng-devel gettext-devel wxGTK-devel boost-devel cmake desktop-file-utils OpenEXR-devel gcc-c++ exiv2-devel glew-devel

To actually use hugin you also need enblend 3.2 and perl-Image-ExifTool packages. autopano-sift-C or panomatic are useful to automatically generate control points.

The source RPM package contains an hugin.spec file which is both the build documentation and the script for an automated build (other linux packaging systems work basically the same way).