Difference between revisions of "Talk:Hugin Compiling Ubuntu"

From PanoTools.org Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
This page being about the bleeding edge versioning system installation, it would be useful to note that enfuse adds one more dependency to hugin: exiftools. You need to run <code>sudo apt-get install libimage-exiftool-perl </code> before running it. Personally, I think exiftools is not a good choice for this. Use something that is smaller and more focused to just copying the EXIF data over. Why not use jhead that is already part of hugin distribution? [[User:Heikki|Heikki]] 12:18, 4 February 2008 (CET)
 
This page being about the bleeding edge versioning system installation, it would be useful to note that enfuse adds one more dependency to hugin: exiftools. You need to run <code>sudo apt-get install libimage-exiftool-perl </code> before running it. Personally, I think exiftools is not a good choice for this. Use something that is smaller and more focused to just copying the EXIF data over. Why not use jhead that is already part of hugin distribution? [[User:Heikki|Heikki]] 12:18, 4 February 2008 (CET)
 +
 +
== Folder naming convention to build ==
 +
 +
I noticed libpano now uses cmake.
 +
cd build.libpano was missing. Fixed it.
 +
Wouldn't it better to use the same naming convention for hugin, like suggesting to create a build.hugin instead of hugin-build?
 +
[[User:Esby|esby]] 22:31, 3 October 2009 (UTC)

Revision as of 00:31, 4 October 2009

In paragraph:

In ubuntu 7.10 AMD64, replace lib64z1 and lib64z1-dev with zlib1g and zlib1g-dev in the above command. COULD SOMEBODY PLEASE DOUBLE-CHECK? You probably meant "In 32bit ubuntu 7.10 systems, ..." And yes, I this works. Heikki 12:10, 4 February 2008 (CET)


This page being about the bleeding edge versioning system installation, it would be useful to note that enfuse adds one more dependency to hugin: exiftools. You need to run sudo apt-get install libimage-exiftool-perl before running it. Personally, I think exiftools is not a good choice for this. Use something that is smaller and more focused to just copying the EXIF data over. Why not use jhead that is already part of hugin distribution? Heikki 12:18, 4 February 2008 (CET)

Folder naming convention to build

I noticed libpano now uses cmake. cd build.libpano was missing. Fixed it. Wouldn't it better to use the same naming convention for hugin, like suggesting to create a build.hugin instead of hugin-build? esby 22:31, 3 October 2009 (UTC)