Hi. Thanks for your help. However I could not execute monteverdi, I will try to explain what I did.
I downloaded from developer website sources code, I saved page in /home/gonzalo/Programs, a file named OTB-5.6.1-linux64, after I gave it execution permission (chmod +x OTB-5.6.1-Linux64.run) and I unziped the file with ./OTB-5.6.1-Linux64.run. This command created directory structure, which is indicated at cookbook (those folders were unziped in /home/gonzalo/Programs/OTB-5.6.1-Linux64), I mean: - monteverdi.sh - mapla.sh - otbenv.profile - bin - lib - share - VERSION - License Like you recommended to me, I tryed to launch monteverdi from "/home/gonzalo/Programs/" with command ./OTB-5.6.1-Linux64/monteverdi.sh, but It did not work, I wrote in the Terminal the same command from /home/gonzalo/Programs/OTB-5.6.1-Linux64/ (./OTB-5.6.1-Linux64/monteverdi.sh). in both cases I got like answer "Segmentation fault (core dumped)" and finally I could not find in google a solution. Can you explain to me what is happening? Do you know a orfeo toolbox course or training, preferably in Spanish or English? Best Regards On Wed, Oct 5, 2016 at 5:09 AM, Jordi Inglada <[email protected]> wrote: > Poughon Victor <[email protected]> wrote: > > > > Hi Gonzalo, > > > > There are launchers scripts in the top level folder. Look for > monteverdi.sh to launch monteverdi with all OTB applications available. So > you should be able to write: > > ./OTB-5.6.1-Linux64/monteverdi.sh > > to launch monteverdi! > > > > OTB applications are available as bash wrappers also in bin/, so for > example: > > ./OTB-5.6.1-Linux64/bin/otbcli_OrthoRectification > > for the command line version of the orthorectification application. > > > > To complete Victor's answer. In the OTB-5.6.1-Linux64 directory there is > file called otbenv.profile that containing the environment variables needed > to put otb applications in your path. > > In my case I do: > > inglada@pc-117-162:~$ source OTB/SelfExtractingBin/OTB-5.6. > 1-Linux64/otbenv.profile > inglada@pc-117-162:~$ otbcli_OrthoRectification > > and that allows to run the applications without typing complete paths, and > therefore use them from other directories. > > Jordi > > > Finally, if you want them available from any directory in your shell, > you will need to add them to your PATH. See for example here: > http://askubuntu.com/q/3744 > > > > Victor Poughon > > ------------------------------------------------------------ > ------------------------------------------------------------ > ---------------------------- > > De : [email protected] [[email protected]] de la part > de Gonzalo Cabello Guerra [[email protected]] > > Envoyé : mercredi 5 octobre 2016 05:08 > > À : otb-users > > Objet : [otb-users] otb Instalation > > > > Hi, first sorry for my bad english, for a long time I have not used it. > > > > Let's go. I work with linux (lubuntu) and I installed OTB from developer > sources (save page), i gave execution permission (chmod +x OTB-5.6.1xxxxxx) > and after I unziped > > (./OTB-5.6.1-Linux64.run), I have all the directory structure,but if I > write any command line luncher terminal shows to me "otbcli_xxxxxx: command > not found". > > Further, If l execute monteverdi (I can just from file manager, from > ~/Programs/OTB-5.6.1-linux64/bin) I can not see any aplication > (orthorectification, calibration, etc) > > > > My questions are: > > How do I know if OTB is well installed? > > Where is recommended OTB unzip for being launch from anywhere? > > Is there any OTB spanish foro? > > Are there OTB for dummies? ;) > > > > Thanks and best regards > > > > -- > > -- > > 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. > > > > -- > > -- > -- > 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 a topic in the > Google Groups "otb-users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/otb-users/yow7CLl4dIc/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- 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.
