-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReadMe
59 lines (30 loc) · 1.22 KB
/
ReadMe
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
Environnement : Ubuntu 12.06
------Sumo version 0.16.0 ou superieur------
download the file on : http://sumo-sim.org/wiki/Downloads
Prerequisites:
The packages bellow are necessary to build SUMO with gui:
$ sudo apt-get install libgdal1-dev proj libxerces-c2-dev
$ sudo apt-get install libfox-1.6-dev libgl1-mesa-dev libglu1-mesa-dev
Ubuntu 12.06 does not ship with libgdal.so, only with libgdal1.7.0.so. So, create a symbolic link:
$ sudo ln -s /usr/lib/libgdal1.7.0.so /usr/lib/libgdal.so
Installation:
Decompress the tarball:
$ tar -xzvf sumo-src-0.16.0.tar.gz
Move the decompressed new directory (sumo) to '/usr/share/':
$ sudo mv -v sumo-0.16.0 /usr/share/sumo
Enter the source directory and call configure, make and make install:
$ cd /usr/share/sumo/
$ ./configure --with-fox-includes=/usr/include/fox-1.6 \
--with-gdal-includes=/usr/include/gdal --with-proj-libraries=/usr \
--with-gdal-libraries=/usr --with-proj-gdal
$ make
$ sudo make install
To call SUMO in the command line, type:
$ sumo
or
$ sumo-gui
----SNAP version 1.11-----
download file on the website http://snap.stanford.edu/snap/download.html
place snap in :
/opt/snap/Snap-1.11
To compile from the command line, execute: make all in Snap-1.11