Skip to content
Snippets Groups Projects
Commit f0f888c3 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC: update install guide for otb 6.2.0-rc1

parent 80ae35f4
No related branches found
No related tags found
No related merge requests found
...@@ -50,13 +50,13 @@ Install a minimal command line environment for Windows. For instance, Git for Wi ...@@ -50,13 +50,13 @@ Install a minimal command line environment for Windows. For instance, Git for Wi
To install OTB and Monteverdi, download the appropriate package for your architecture (32 or 64 bits). If you have a 32 bit machine: To install OTB and Monteverdi, download the appropriate package for your architecture (32 or 64 bits). If you have a 32 bit machine:
\begin{verbatim} \begin{verbatim}
OTB-6.2.0-win32.zip OTB-6.2.0-rc1-Win32.zip
\end{verbatim} \end{verbatim}
If you have a 64 bit machine: If you have a 64 bit machine:
\begin{verbatim} \begin{verbatim}
OTB-6.2.0-win64.zip OTB-6.2.0-rc1-Win64.zip
\end{verbatim} \end{verbatim}
These files are available at: These files are available at:
...@@ -80,7 +80,7 @@ $\rightarrow$ "OTB-Applications browser". ...@@ -80,7 +80,7 @@ $\rightarrow$ "OTB-Applications browser".
(see figure \ref{fig:windows-mapla}). (see figure \ref{fig:windows-mapla}).
\item Go to the \texttt{bin} folder in the OTB install directory and double-click on the \texttt{.bat} file corresponding to the application to be run, for instance:\\ \item Go to the \texttt{bin} folder in the OTB install directory and double-click on the \texttt{.bat} file corresponding to the application to be run, for instance:\\
\texttt{John{\textbackslash}install{\textbackslash}OTB-6.2.0-win32{\textbackslash}bin{\textbackslash}otbgui\_Rescale.bat} \texttt{John{\textbackslash}install{\textbackslash}OTB-6.2.0-rc1-win32{\textbackslash}bin{\textbackslash}otbgui\_Rescale.bat}
(see figure \ref{fig:windows-otbgui}). (see figure \ref{fig:windows-otbgui}).
\end{enumerate} \end{enumerate}
...@@ -159,15 +159,15 @@ Download the self-extracting binary for Linux (64 bits), available at: ...@@ -159,15 +159,15 @@ Download the self-extracting binary for Linux (64 bits), available at:
The self-extracting binary will extract itself in the current directory. First, the archive has to be made executable, and then it can be run: The self-extracting binary will extract itself in the current directory. First, the archive has to be made executable, and then it can be run:
\begin{verbatim} \begin{verbatim}
chmod +x OTB-6.2.0-Linux64.run chmod +x OTB-6.2.0-rc1-Linux64.run
./OTB-6.2.0-Linux64.run ./OTB-6.2.0-rc1-Linux64.run
\end{verbatim} \end{verbatim}
The executable binaries will be inside the 'bin' directory, and you can put this directory in your PATH variable if you want to. The executable binaries will be inside the 'bin' directory, and you can put this directory in your PATH variable if you want to.
There are also scripts which set all the environment variables to allow to run Monteverdi and Mapla: There are also scripts which set all the environment variables to allow to run Monteverdi and Mapla:
\begin{verbatim} \begin{verbatim}
cd OTB-6.2.0-Linux64 cd OTB-6.2.0-rc1-Linux64
./monteverdi.sh ./monteverdi.sh
./mapla.sh ./mapla.sh
\end{verbatim} \end{verbatim}
...@@ -194,7 +194,7 @@ $\rightarrow$ "OTB-Applications browser". ...@@ -194,7 +194,7 @@ $\rightarrow$ "OTB-Applications browser".
The software can also be installed on Mac OS X. The software can also be installed on Mac OS X.
First install QGIS using the instructions for Mac OS X on the official site. To install OTB and Monteverdi download First install QGIS using the instructions for Mac OS X on the official site. To install OTB and Monteverdi download
OTB-6.2.0-Darwin64.run from \url{https://www.orfeo-toolbox.org/download/}. OTB-6.2.0-rc1-Darwin64.run from \url{https://www.orfeo-toolbox.org/download/}.
This is a self-extracting binary which extracts itself in the current directory. Testing the installation is done like in the Linux case. This is a self-extracting binary which extracts itself in the current directory. Testing the installation is done like in the Linux case.
......
...@@ -53,13 +53,13 @@ votre architecture (32 ou 64 bits). Si votre machine est 32 ...@@ -53,13 +53,13 @@ votre architecture (32 ou 64 bits). Si votre machine est 32
bits il s'agit de: bits il s'agit de:
\begin{verbatim} \begin{verbatim}
OTB-6.2.0-win32.zip OTB-6.2.0-rc1-Win32.zip
\end{verbatim} \end{verbatim}
Sinon si votre machine est 64 bits: Sinon si votre machine est 64 bits:
\begin{verbatim} \begin{verbatim}
OTB-6.2.0-win64.zip OTB-6.2.0-rc1-Win64.zip
\end{verbatim} \end{verbatim}
Ces archives sont disponibles sur la page Ces archives sont disponibles sur la page
...@@ -88,7 +88,7 @@ $\rightarrow$ "Navigateur d'OTB-Applications". ...@@ -88,7 +88,7 @@ $\rightarrow$ "Navigateur d'OTB-Applications".
\item Naviguer dans le dossier \texttt{bin} du répertoire d'installation OTB et double cliquer sur le \item Naviguer dans le dossier \texttt{bin} du répertoire d'installation OTB et double cliquer sur le
fichier \texttt{.bat} de l'application à lancer, par exemple:\\ fichier \texttt{.bat} de l'application à lancer, par exemple:\\
\texttt{Martin{\textbackslash}install{\textbackslash}OTB-6.2.0-win32{\textbackslash}bin{\textbackslash}otbgui\_Rescale.bat} \texttt{Martin{\textbackslash}install{\textbackslash}OTB-6.2.0-rc1-win32{\textbackslash}bin{\textbackslash}otbgui\_Rescale.bat}
(Voir figure \ref{fig:windows-otbgui}). (Voir figure \ref{fig:windows-otbgui}).
\end{enumerate} \end{enumerate}
...@@ -179,14 +179,14 @@ exécutables sont dans le sous-dossier 'bin', vous pouvez les rendre facilement ...@@ -179,14 +179,14 @@ exécutables sont dans le sous-dossier 'bin', vous pouvez les rendre facilement
accessible en ajoutant ce chemin au PATH. Les commandes permettant de faire accessible en ajoutant ce chemin au PATH. Les commandes permettant de faire
ce déploiement sont : ce déploiement sont :
\begin{verbatim} \begin{verbatim}
chmod +x OTB-6.2.0-RC1-Linux64.run chmod +x OTB-6.2.0-rc1-Linux64.run
./OTB-6.2.0-RC1-Linux64.run ./OTB-6.2.0-rc1-Linux64.run
\end{verbatim} \end{verbatim}
Il existe ensuite un script permettant de lancer monteverdi ou mapla avec toutes les Il existe ensuite un script permettant de lancer monteverdi ou mapla avec toutes les
variables d'environnement nécessaires: variables d'environnement nécessaires:
\begin{verbatim} \begin{verbatim}
cd OTB-6.2.0-RC1-Linux64 cd OTB-6.2.0-rc1-Linux64
./monteverdi.sh ./monteverdi.sh
./mapla.sh ./mapla.sh
\end{verbatim} \end{verbatim}
...@@ -217,8 +217,12 @@ Les logiciels peuvent également être installés sur un système Mac OS X. ...@@ -217,8 +217,12 @@ Les logiciels peuvent également être installés sur un système Mac OS X.
Installer d'abord QGIS en vous référant à la page officiel pour les instructions Installer d'abord QGIS en vous référant à la page officiel pour les instructions
relatives au système Mac OS X. relatives au système Mac OS X.
Pour installer OTB et Monteverdi, téléchargez le paquet OTB: Pour installer OTB et Monteverdi, téléchargez le paquet OTB:
OTB-6.2.0-Darwin64.run
\begin{verbatim}
OTB-6.2.0-rc1-Darwin64.run
\end{verbatim}
Cette archive est disponible sur la page \url{https://www.orfeo-toolbox.org/download/}. Cette archive est disponible sur la page \url{https://www.orfeo-toolbox.org/download/}.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment