Install MicMac Windows
Sommaire
Install process for MicMac on Windows
French version below | Version française ci-dessous !
Download binaries
Download last beta binaries from GitHub
Download the micmac_win.zip archive here :
https://github.com/micmacIGN/micmac/releases
- v1.1 is a 64 bits release.
- v1.0.beta10 is a 32 bits one.
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
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. We suggest you to extract the zip on "C:\MicMac\".
You have to indicate to your computer where the MicMac binaries are :
- You need to open the configuration panel => System => Set parameters (Screenshot 1)
- Then Advanced parameters => Environnemental variable. Select the Path variable and click on Modify. (Screenshot 2)
- Add a new environnemental variable (Screenshot 3) : for example C:\MicMac\bin
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
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 :
How to use MicMac with Windows
This video shows some basic steps on how to use MicMac on Windows.
Version française : 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
- v1.1 est une version 64 bits.
- v1.0.beta10 est une version 32 bits.
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 (nous vous conseillons : 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 »
- Cliquer ensuite sur « Paramètres Système Avancés » et enfin sur « Variables d’environnement. »
Choisir la variable « Path » et cliquer sur « Modifier ».
- Créer une nouvelle variable contenant le nom du répertoire avec les binaires : par exemple
C:\MicMac\bin\.
- Quitter le panneau de configuration en cliquant sur OK à chaque fois.
Vérification de l'installation
- Lancer une invite de commande et taper
mm3dpour 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 ».