On MS Windows cmake only detects wxWidgets if wxWidgets *wasn't* built using cmake. The rest should work fine there, too, minus Windows having no standard paths to store all the libraries in and therefore needing to be told where to find them all.
Am 22. Januar 2022 10:51:23 MEZ schrieb Bruno Postle <[email protected]>: >On Sat, 22 Jan 2022 at 01:17, johnfine wrote: >> On Friday, January 21, 2022 at 7:20:51 PM UTC-5 [email protected] wrote: >> >> Without a clear statement of the original intent, there is no way I would >> try to fix the code for removing the magnifier to behave as intended and >> predictably. > >I'm not sure anyone can remember what the original intent of the >magnifier was, all I know is that it disappears just when I want it. > >> I didn't take notes as I kludged past issues. I'd rather be in Fedora than >> in Ubuntu for this anyway. So I think my best path on that is to do it over >> from scratch on Fedora and capture details each time I need to kludge >> something. Then I'll put all that in a new thread here. > >Hugin builds out of the box on all versions of fedora. First fetch the >build dependencies: > > sudo dnf install gcc-c++ libpano13-devel zlib-devel libtiff-devel >libjpeg-devel libpng-devel gettext-devel wxGTK3-devel boost-devel >freeglut-devel cmake desktop-file-utils OpenEXR-devel exiv2-devel >glew-devel python3-devel swig flann-devel perl-Image-ExifTool >mesa-libGLU-devel libXmu-devel sqlite-devel vigra-devel perl-podlators >fftw-devel lcms2-devel > >..then in the Hugin source: > > mkdir BUILD > cd BUILD > cmake .. > make > sudo make install > >This will install it into /usr/local, so (on fedora) you will need to >set LD_LIBRARY_PATH before you run Hugin: > > LD_LIBRARY_PATH=/usr/local/lib64 hugin > >-- >Bruno > >-- >A list of frequently asked questions is available at: >http://wiki.panotools.org/Hugin_FAQ >--- >You received this message because you are subscribed to the Google Groups >"hugin and other free panoramic software" group. >To unsubscribe from this group and stop receiving emails from it, send an >email to [email protected]. >To view this discussion on the web visit >https://groups.google.com/d/msgid/hugin-ptx/CAJV99ZgPLzW95a6%2BkMJRUudFyWdvtN2VCJnnYWoLvHJ02qFnvg%40mail.gmail.com. -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/A61D786B-71B5-4CE0-8EEC-C6F7B64EA95C%40gmail.com.
