forked from oscarpilote/Ortho4XP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.install_NOT_UP_TO_DATE
executable file
·271 lines (210 loc) · 13 KB
/
README.install_NOT_UP_TO_DATE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
I. In English (top)
(don't forget to read the Manual for instructions of use!)
II. En Français (plus loin ci-dessous)
(ne pas oublier de lire le Manuel pour les instructions d'utilisation!)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% I. Installation instructions for Ortho4XP. %
% November 3rd 2015. %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Installation instructions under Windows 64 bits
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(July 2016 !!! Look instead on youtube for updates !!!)
1) Download the archive containing Ortho4XP and extract it to the place
of your choice. If you read these instructions you probably already did so!
Choose preferably a partition with some comfortable free space, and it is
probably also best to avoid directories with spaces in their name (although
it should work too).
2) Open the Explorer of Windows and within the sub-directory "Install/Win64"
open the text file Win64_download_list.txt containing the list of files
needed for the installation of third parties. Download and save all of them
(in the following I assume they are save in Install/Win64).
3) In Install/Win64 click on the Python 3.5 installer (and follow its
instructions). Pay attention to indicate it to add its directory to the
PATH of Windows (this is an option with a checkbox at the bottom of
some drop-down menu).
3) Same as Step 2 but for Imagemagick, accept all default choice, except for
the install dir which you can choose freely.
4) Same as Step 2 but for the Visual C++ redistribuables.
You may already have (a close version of) it on your system, in that case
the installer will propose you to "repair" it, you are free to decide
whether you wish to do so or keep yours.
5) Still in the directory Install/Win64 of Ortho4XP, hold the SHIFT key pressed
and perform a right-click, and then select the option "Open a terminal here".
6) In the terminal window type :
pip install requests[press Enter key]
pip install overpy[press Enter key]
pip install "numpy-1.9.3+mkl-cp35-none-win_amd64.whl"[press Enter key]
[you can type on the TAB key to automatically complete the long numpy-1.9...
name, and the same for the next two lines]
pip install "GDAL-1.11.3-cp35-none-win_amd64.whl"[press the Enter key]
pip install "Pillow-3.0.0-cp35-none-win_amd64.whl"[press the Enter key]
7) (Optional but recommended if you wish to build automatic water masks)
Download Gimp 2.8 from the address :
http://download.gimp.org/pub/gimp/v2.8/windows/gimp-2.8.14-setup-1.exe,
adapt the line corresponding to gimp_cmd in the file Ortho4XP.cfg, and copy
the script-fu blurX.scm (initially contained in the Utils dir of Ortho4XP)
in your Gimp scripts directory (presumably .gimp-2.8/scripts within your home
directory).
8) (Optional if you wish to use certain providers) install the pyproj module
for Python 3 trough the command
pip install "pyproj-1.9.4-cp35-none-win_amd64.whl"[press the Enter key]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Installation instructions for Mac Os X 64 bits
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(a more detailed installation manual was written by a french user Milan
(xplanefr.com), it is available (in French) in the Install/MAC64 directory)
1) Download the archive containing Ortho4XP and extract it to the place
of your choice. If you read these instructions you probably already did so!
Choose preferably a partition with some comfortable free space, and it is
probably also best to avoid directories with spaces in their name (although
it should work too).
2) In the Finder, navigate up to the directory Install/Mac64 d'Ortho4XP.
Right-click on the file Install_script.sh and select "Open with" and then
select the "Terminal" app. Confirm with "OK" and then double click on the
file Install_script.sh, which should fire itself within a terminal. Follow
the instructions on screen. NOTE THAT a number of users that have tried
this prefer to execute the script by themselves (by recopying each of the
lines starting with exec, but omitting the exec).
3) (Optional but recommended for automatic water masks) Download and install
Gimp 2.8 from the address :
http://gimp.lisanet.de/Website/Download.html
Adapt (if necessary) the line corresponding to gimp_cmd in the file
Ortho4XP.cfg.
Open Gimp, select Preferences/Folders/Scripts, select in the Folders window
the one starting with /Users (a green button should show up) and validate.
Copy the script-fu blurX.scm file (initially contained in the
Utils dir of Ortho4XP) in your Gimp scripts directory (presumably
Your Name / Library / Application Support / GIMP / 2.8 / scripts).
4) Do not forget to make the files Ortho4XP.py and Triangle4XP.app executable.
chmod a+x ./Ortho4XP.py ./Utils/Triangle4XP.app from within a terminal in
the main Ortho4XP dir.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Installation instructions under Linux 64 bits
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
With a Linux distro using the apt package tool :
(the names of packages may slightly vary depending on your distribution, the
ones below are those in Debian 8 (and presumably Ubuntu 15.10 or Mint 17))
sudo apt-get install python3
sudo apt-get install imagemagick (!!! Important : version >= 6.8 needed !!!)
sudo apt-get install python3-pip
pip3 install requests
pip3 install overpy
pip3 install numpy
pip3 install gdal (or apt-get install python3-gdal if the previous fails)
sudo apt-get install python3-pil
sudo apt-get install python3-pil.imagetk
sudo apt-get install gimp
sudo apt-get install python3-pyproj
sudo apt-get install libnvtt.bin
Copy the script-fu blurX.scm (initially contained in the Utils dir of Ortho4XP)
in your Gimp scripts directory ($HOME/.gimp-2.8/scripts).
Do not forget to make the files Ortho4XP.py and Triangle4XP executable :
chmod a+x ./Ortho4XP.py ./Utils/Triangle4XP from within a terminal in
the main Ortho4XP dir.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% II. Notes d'installation du logiciel Ortho4XP. %
% Le 03 novembre 2015. %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Instructions d'installation sous Windows 64 bits
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(Juillet 2016 : voir plutôt la vidéo youtube que j'ai rapidement réalisée)
1) Télécharger l'archive contenant Ortho4XP et l'extraire tel quel à
l'endroit de votre choix.
Si vous lisez ceci vous l'avez vraisemblablement déjà fait!
Choisir un disque avec de la place, et éviter dans la mesure du possible
les noms de répertoires avec des espaces (devrait fonctionner toutefois).
2) Ouvrir l'Explorateur de Windows et dans le sous-répertoire
"Install/Win64" d'Ortho4XP ouvrir le fichier texte Win64_download_list.txt
et télécharger tous les éléments qu'il indique (dans la suite je suppose
qu'ils sont téléchargés dans le répertoire Install/Win64.
3) Cliquer sur l'installateur de Python 3.5 et suivre ses instructions.
Faire attention à bien lui indiquer d'ajouter son répertoire au PATH de
Windows (c'est une option d'installation à cocher en bas d'un menu
déroulant). Si vous disposez déjà d'une version de Python 3 vous n'êtes
pas obligé d'installer la version proposée.
4) Faire de même avec Imagemagick, en laissant les choix par défaut
(sauf le dossier d'installation que vous pouvez modifier à votre guise).
5) Faire de même avec la libraire C++ Microsoft Visual Studio
Il est possible/vraisemblable que vous disposiez déjà
de cette librairie, auquel cas l'installateur vous proposera de "réparer"
l'ancienne avec la nouvelle, vous êtes libre de votre choix.
6) Toujours dans le répertoire Install/Win64 de Ortho4XP, maintenir la
touche SHIFT enfoncée et cliquer sur le bouton droit pour faire apparaitre
l'option "Ouvrir un terminal dans ce répertoire" que l'on sélectionne.
7) Une fois dans le terminal taper au clavier :
pip install requests[appuyer sur Entrée]
pip install overpy[appuyer sur Entrée]
pip install "numpy-1.9.3+mkl-cp35-none-win_amd64.whl"[appuyer sur Entrée]
[on peut appuyer sur TAB en cours de route pour qu'il complète seul ce nom
de fichier compliqué, idem pour les lignes suivantes]
pip install "GDAL-1.11.3-cp35-none-win_amd64.whl"[appuyer sur Entrée]
pip install "Pillow-3.0.0-cp35-none-win_amd64.whl"[appuyer sur Entrée]
7) (Optionnel mais recommandé pour pouvoir créer des masques automatiquement)
Télécharger puis installer Gimp 2.8 depuis l'adresse :
http://download.gimp.org/pub/gimp/v2.8/windows/gimp-2.8.14-setup-1.exe,
adapter (si besoin) la ligne correspondant à gimp_cmd dans le fichier
Ortho4XP.cfg, et copier le script-fu blurX.scm (initialement situé dans le
répertoire Utils) dans le répertoire scripts de Gimp (vraisemblablement
.gimp-2.8/scripts à l'intérieur de votre répertoire personnel).
8) (Optionnel pour utiliser certains fournisseurs) Installer le module
pyproj pour Python 3 par la commande
pip install "pyproj-1.9.4-cp35-none-win_amd64.whl"[appuyer sur Entrée]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Instructions d'installation sous Mac Os X 64 bits
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(En complément des instructions qui suivent, une notice très détaillée avec
images réalisée par Milan (xplanefr.com) est mise à disposition dans le
répertoire Install/Mac64)
1) Télécharger le dossier Ortho4XP sur Dropbox (cfr. ma signature sur
x-plane.fr) et le copier tel quel à l'endroit de votre choix.
Si vous lisez ceci vous l'avez vraisemblablement déjà fait!
Choisir un disque avec de la place, et éviter dans la mesure du possible
les noms de répertoires avec des espaces (devrait fonctionner toutefois).
2) Dans le Finder, se rendre dans le répertoire Install/Mac64 d'Ortho4XP.
Cliquer avec le bouton droit de la souris sur le fichier Install_script.sh
et choisir "Ouvrir avec" puis sélectionner l'application Terminal (dans
les utilitaires). Appuyer sur OK puis double cliquer sur le fichier
Install_script.sh, qui devrait se lancer dans un terminal. Suivre les
instructions qui apparaitront à l'écran (plusieurs installations).
Plusieurs utilisateurs ont préféré lancer les commandes du script
manuellement l'une après l'autre (ouvrir le fichier dans un éditeur de texte
et recopier suivi par Entrée une à une toutes les lignes commençant par
exec, en omettant le exec).
3) Optionnel mais recommandé pour la création automatique des masques).
Télécharger et installer Gimp 2.8 depuis l'adresse :
http://gimp.lisanet.de/Website/Download.html
Adapter si nécessaire la ligne correspondant à gimp_cmd dans le fichier
Ortho4XP.cfg.
Ouvrir Gimp et naviguer dans les menus Préférences/Dossiers/Scripts,
sélectionner dans la fenêtre Dossiers celui commençant par /Users (un bouton
vert apparaitra) et valider.
Copier le script-fu blurX.scm (initialement situé dans le
répertoire Utils) dans le répertoire scripts de Gimp (vraisemblablement
Nom d'utilisateur / Bibliothèque / Application Support / GIMP / 2.8 / scripts).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Instructions d'installation sous Linux 64 bits
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Avec une distribution basée sur le gestionnaire de paquet apt :
(les noms de paquets peuvent légèrement varier suivant votre
distribution)
sudo apt-get install python3
sudo apt-get install imagemagick (!!! Important : version >= 6.8 nécessaire !!!)
sudo apt-get install python3-pip
pip3 install requests
pip3 install overpy
pip3 install numpy
pip3 install gdal (ou apt-get install python3-gdal si problème il y a)
sudo apt-get install python3-pil
sudo apt-get install python3-pil.imagetk
sudo apt-get install gimp
sudo apt-get install python3-pyproj
sudo apt-get install libnvtt.bin
Copier le script-fu blurX.scm (initialement situé dans le
répertoire Utils) dans le répertoire scripts de Gimp
($HOME/.gimp-2.8/scripts).