Install MicMac Windows

De MicMac
Révision de 21 mai 2019 à 17:07 par Dias (discussion | contributions) (Vérification de l'installation)

Aller à : navigation, rechercher

Install process for MicMac on Windows

French version below.

Download binaries

Download last beta binaries from GitHub

Download the micmac_win.zip archive here :

https://github.com/micmacIGN/micmac/releases

Or download last "nightly" binary from AppVeyor

Download the micmac_win.zip archive here (only for Windows 64 bits) :

https://ci.appveyor.com/project/gmaillet/micmac-uct71/build/artifacts

Installation

Choose the 32 or 64bits version according your Windows system ("Configuration pannel/System"). Then extract the ".zip" file where you want to install MicMac.

  • We recommend you to install MicMac in a directory where the path doesn't include any space or special character (i.e.: " ","&","@" etc...). The common error is to install it in "C:\Program Files (x86)" which include space.

Set environmental path

It is possible that you should have to indicate to your computer where the MicMac binaries are. You need to open the configuration panel -> System -> Set parameters (Screenshot 1)

Exemple d'image en hauteur
Screenshot 1

Then Advanced parameters -> Environnemental variable (Screenshot 2).

Exemple d'image en hauteur
Screenshot 2

Double-click in the path variable and add at the end (Screenshot 3):
;installation_directory\micmac\bin (for example ";C:\micmac\bin")

Exemple d'image en hauteur
Screenshot 3


Check Installation

List of micmac tools

To check if MicMac is well installed, you can type in a terminal :

mm3d

This will return the list of all tools available for micmac library.

Check dependencies

Sometimes, even when the MicMac installation is good, you can encounter messages in the terminal such as :

  • "Warning Exiftool not installed"

This warnings means that MicMac can't find an external tools. MicMac integrates a module which can check if all dependencies are correctly installed. It can be called by typing :

mm3d CheckDependencies
Exemple d'image en hauteur
Screenshot 4

You will get an output like Screenshot 4, with different informations :

  • MicMac revision : micmac source code version number
  • Qt : "enabled" permit you to use graphical interfaces such SaisieAppuisQT
  • Kakadu : Image library for JPEG2000 management
  • MicMac directory : Directory where MicMac is installed
  • make :
  • exiftool : library of image metadata management
  • exiv2 : library of image metadata management
  • convert :
  • proj : library for cartographic projection
  • cs2cs :

Known problems

How to use MicMac with Windows

This video shows some basic steps on how to use MicMac on Windows.


French Version : Installation de MicMac sous Windows

Téléchargement

Téléchargement des derniers binaires à partir de GitHub

Télécharger l'archive micmac_win.zip ici :

https://github.com/micmacIGN/micmac/releases

Ou télécharger les derniers binaires "instables" sur AppVeyor

Télécharger l'archive micmac_win.zip ici (seulement pour Windows 64 bits) :

https://ci.appveyor.com/project/gmaillet/micmac-uct71/build/artifacts


Installation

  • Décompresser le fichier zip dans le répertoire voulu (par ex : c:\micmac\). Attention : proscrire les arborescences contenant des espaces ou/et des accents) !
  • Aller dans « Panneau de configuration » puis « Système », cliquer sur « Modifier les paramètres »
Exemple d'image en hauteur
Écran Système
  • Cliquer ensuite sur « Paramètres Système Avancés » et enfin sur « Variables d’environnement. »
  • Dans « Variables Système » choisir la variable « Path » et cliquer sur « Modifier ».
Exemple d'image en hauteur
Variables d'environnement
  • Dans « Valeur de la variable », rajouter à la fin un point-virgule suivi du nom du répertoire contenant les binaires:

;répertoire_des_binaires exemple ;c:\micmac\ !

Exemple d'image en hauteur
Variable d'environnement "Path"
  • Quitter le panneau de configuration en cliquant sur OK à chaque fois.

Vérification de l'installation

  • Lancer une invite de commande et taper mm3d pour vérifier que tout est bien installé. La liste des commandes disponibles doit s’afficher.
  • Taper ensuite : mm3d CheckDependencies
  • Vérifier que tout est installé en vérifiant que chaque paquet est « found ».