summaryrefslogtreecommitdiff
path: root/chap_3.tex
diff options
context:
space:
mode:
authorRahul P2022-02-22 15:47:52 +0530
committerGitHub2022-02-22 15:47:52 +0530
commitdade73ab5ec12358db92661cbde483fba906ea65 (patch)
tree97d259ebadc9f26f18213a45bc96b6ef636e2eeb /chap_3.tex
parenta073cc774ecd524dbc4ba726c99f883d1bbf39e1 (diff)
parent3cd0fc4f0acda2065a367ea93dd961b481eeaead (diff)
downloadeSim-5afb734e39a609052fdc6986c124d42997904328.tar.gz
eSim-5afb734e39a609052fdc6986c124d42997904328.tar.bz2
eSim-5afb734e39a609052fdc6986c124d42997904328.zip
Merge pull request #196 from rahulp13/manualm2.2
Updated manual for release of v2.2
Diffstat (limited to 'chap_3.tex')
-rw-r--r--chap_3.tex18
1 files changed, 10 insertions, 8 deletions
diff --git a/chap_3.tex b/chap_3.tex
index 36c936a8..66d748fa 100644
--- a/chap_3.tex
+++ b/chap_3.tex
@@ -6,7 +6,7 @@
\begin{enumerate}
\item Download eSim installer from {\tt http://esim.fossee.in/downloads} to a local directory and unpack it. You can also unpack the installer through the terminal. Open the terminal and navigate to the directory where the installer is located. Use the following command to unpack: \\
\\
-\quad {\tt \$ unzip eSim-2.2\_pre-release.zip}
+\quad {\tt \$ unzip eSim-2.2.zip}
\item To install eSim and other dependencies run the following command: \\
\\
\quad {\tt \$ cd eSim-2.2 \newline \$ chmod +x install-eSim.sh \newline \$ ./install-eSim.sh --install}
@@ -18,11 +18,13 @@
\end{enumerate}
-%\section {eSim installation in Windows OS}
-%\begin{enumerate}
-%\item Download \textbf{eSim-2.2\_install.exe} from {\tt %https://esim.fossee.in/downloads}
-%\item Disable the antivirus (if any). Now, double click on the exe file to start the installation process. If a window appears, click {\tt Yes} to complete the installation.
-%\item By default eSim will be installed in C drive, under an auto-generated FOSSEE Folder. Note that installation directory can neither be in "Program Files" nor contain spaces in its path.
-%\item \textbf{eSim} icon will be created on desktop. You can double click on the {\tt eSim} icon created on the Desktop after installation.
-%\end{enumerate}
+\section {eSim installation in Windows OS}
+\begin{enumerate}
+\item Download \textbf{eSim-2.2\_installer.exe} from {\tt https://esim.fossee.in/downloads}
+\item Disable the antivirus (if any).
+\item If MinGW and/or MSYS is already installed in your machine, then remove it from the PATH environment variable as it may interfere with eSim and might not work as intended.
+\item Now, double click on the exe file to start the installation process. If a window appears, click {\tt Yes} to complete the installation.
+\item By default eSim will be installed in C drive, under an auto-generated FOSSEE Folder. Note that installation directory can neither be in "Program Files" nor can contain any spaces in its path.
+\item \textbf{eSim} icon will be created on desktop. You can double click on the {\tt eSim} icon created on the Desktop after installation.
+\end{enumerate}