blob: cb3d535722a18e7ad2471fc62db4e7ab33ee5aae (
plain)
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
|
eSim installation instructions
=================================
Table of contents
1. eSim installation in Ubuntu (LINUX)
2. eSim installation in Windows
1. eSim installation in Ubuntu.
After downloading the zip file from https://github.com/FOSSEE/eSim to a local directory unpack it using:
$ unzip eSim.zip
Now change directories in to the top-level source directory (where this INSTALL file can be found).
To install eSim and other dependecies run the following command.
$ ./install-linux.sh --install
Above script will install eSim along with dependencies.
eSim will be installed to /opt/eSim
To run eSim you can directly run it from terminal as
$ esim
or you can double click on eSim icon created on desktop after installation.
2. eSim installation in Windows
|