summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorfahim2015-08-04 14:37:09 +0530
committerfahim2015-08-04 14:37:09 +0530
commit6e60c73be373e72a69826fe955d890b9e407df79 (patch)
tree6a1bf037f4a4c8ba2b9736efcda8afd9ebf02226 /INSTALL
parentac7e0e4bfc466af13cf6e600e08d8c055db31c3f (diff)
downloadeSim-6e60c73be373e72a69826fe955d890b9e407df79.tar.gz
eSim-6e60c73be373e72a69826fe955d890b9e407df79.tar.bz2
eSim-6e60c73be373e72a69826fe955d890b9e407df79.zip
Subject: Added installation script.
Description: Added installation script and updated README
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL38
1 files changed, 38 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 00000000..3986307a
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,38 @@
+
+eSim installation instructions
+=================================
+
+Table of contents
+
+ 1. eSim installation in Ubuntu (LINUX)
+ 1.1 Prerequisites
+ 1.2 Install from tarball (e.g. ngspice-26.tar.gz)
+
+ 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
+
+