-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathINSTALL.txt
56 lines (32 loc) · 1.26 KB
/
INSTALL.txt
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
Installing MobileSim
====================
To install on Linux from a Debian/Ubuntu package
(mobilesim_0.9.8_i386.deb)
-----------------------------------------
1. Use dpkg to install MobileSim in /usr/local/MobileSim, and place symbolic
links in /usr/bin etc.:
sudo dpkg -i mobilesim_0.9.8_i386.deb
2. If dependencies are missing, install them using apt-get.
3. To uninstall later, use apt-get:
apt-get remove mobilesim
To install on Windows
(MobileSim-0.9.8.exe
-----------------------------------------
Run the installer program, and follow the steps. To uninstall later,
run the "uninstall" program in Program Files -> MobileRobots -> MobileSim,
or use Add/Remove Programs in the System preferences.
To build and on Linux or Mac OSX from a source package
(MobileSim-0.9.8.tar.gz)
------------------------------------------------
1. Unpack the .tgz file using tar:
tar xzf MobileSim-0.9.8.tar.gz
cd MobileSim-0.9.8
2. Read README.src.txt:
less README.src.txt
3. After setting up any neccesary dependencies as described in README.src.txt,
build MobileSim:
make
4. If desired, use 'make install' to install MobileSim in /usr/local/MobileSim:
sudo make install
Otherwise, set a MOBILESIM environment variable to your
MobileSim-0.9.8 build directory.