Re: [hugin-ptx] where make install puts things

2022-03-08 Thread Gunter Königsmann
That should be the right way to do it. Except that editing Cmakelists.txt can be avoided if during configuration cmake is called with the -DCMAKE_INSTALL_PREFIX=path switch... -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this

Re: [hugin-ptx] where make install puts things

2022-03-03 Thread johnfi...@gmail.com
On Thursday, March 3, 2022 at 3:11:34 PM UTC-5 bruno...@gmail.com wrote: > > The libpano13-devel rpm package only exists for you to compile and link to > the libpano13 rpm package in /usr. Just uninstall it and your Hugin build > will pick up your forked libpano13 headers in

Re: [hugin-ptx] where make install puts things

2022-03-03 Thread Bruno Postle
On Thu, 3 Mar 2022, 17:36 johnfine wrote: > > Are there options I should have used with CMake to get things to go to the > right place? Or is the place they went "right" and I should have done > something different with the other CMake to find things in that place. > > When I did a *make

[hugin-ptx] where make install puts things

2022-03-03 Thread johnfi...@gmail.com
I am building a fork of hugin https://sourceforge.net/projects/huginplusplus/ That requires a fork of libpano13 https://sourceforge.net/projects/fastptoptimizer/ I don't think my issues are specific to those forks. Likely this is just my ignorance regarding CMake. Are there options I should