hg clone http://hg.orfeo-toolbox.org/OTB-

--dirs
OTB (source) OTB-bin (folder for binaries)

--after cloning the source, and running configure in the cmake GUI, I get 
the following:

 CMake Warning at CMake/ImportLibKML.cmake:22 (message):
   There is a known issue which does not allow to use internal libKML with
   external ITK in OTB.You might consider using an external LibKML.  See
   http://bugs.orfeo-toolbox.org/view.php?id=896 for details
 Call Stack (most recent call first):
   CMakeLists.txt:220 (include)

--back in cmake GUI, I then disable ITK external
OTB_USE_EXTERNAL_ITK = OFF (previously on)

 ATTENTION: You have enabled the use of fftw, this library is distributed 
under a GPL license. By enabling this
 option, the binary of the ITK libraries that you are going to build will 
be covered by a GPL license, and so it
 will be any executable that you link against these libraries.

 CMake Error: The following variables are used in this project, but they 
are set to NOTFOUND.
 Please set them or make sure they are set and tested correctly in the 
CMake files:
 FFTWD_LIB (ADVANCED)
     linked by target "ITKFFT" in directory 
/home/prophet6/OTB/Utilities/ITK/Modules/Filtering/FFT/src
     linked by target "OTBBasicFilters" in directory 
/home/prophet6/OTB/Code/BasicFilters
 FFTWF_LIB (ADVANCED)
     linked by target "ITKFFT" in directory 
/home/prophet6/OTB/Utilities/ITK/Modules/Filtering/FFT/src
     linked by target "OTBBasicFilters" in directory 
/home/prophet6/OTB/Code/BasicFilters

--back in cmake GUI, I then disable FFTWD and FFTWF
ITK_USE_FFTWD                    
OFF                                                                             
 

ITK_USE_FFTWF                    OFF  

--seems to work, pressed 'g', then dumped to command line
--ran sudo make install

everything seems to run fine; however, if I try running something from the 
command line, I get the following:

$ otbcli_ComputeConfusionMatrix 
/usr/local/bin/otbApplicationLauncherCommandLine: error while loading 
shared libraries: libOTBWrapperCommandLine.so.4.3: cannot open shared 
object file: No such file or directory

I've followed the FAQ and install instructions, but perhaps I've missed 
something. I'm installing to VM with Ubuntu 14.10 and GDAL 1.10 installed. 

Are there updated detailed instructions anywhere? For example, in the FAQ 
under "Which libraries/packages are needed before compiling and installing 
OTB? 
<http://www.orfeo-toolbox.org/SoftwareGuide/SoftwareGuideli2.html#QQ2-14-22>", 
it lists the software, but not the actual packages that need to be 
installed. It would be nice to have a line that I can just cut and paste 
for apt-get to fetch everything needed. Also it would be nice to have 
setups that detail minimal installs (e.g., command line only) vs full 
installs (everything in the minimal plus montverdi etc.)

-- 
-- 
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to