summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFahim2015-09-16 11:29:53 +0530
committerFahim2015-09-16 11:29:53 +0530
commit84a705792ece30cedac560e1cf688f3bcd5913cd (patch)
tree7f6345852eb85042f27a7123179e91ab87ff1a97
parent41a8b32f7e2167a591225df3dbb3f4fbd1f458af (diff)
downloadnghdl-84a705792ece30cedac560e1cf688f3bcd5913cd.tar.gz
nghdl-84a705792ece30cedac560e1cf688f3bcd5913cd.tar.bz2
nghdl-84a705792ece30cedac560e1cf688f3bcd5913cd.zip
Modified Readme File
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index df4764d..f2e9a02 100644
--- a/readme.md
+++ b/readme.md
@@ -21,12 +21,12 @@ for that model it will actually call the ghdl to get the result.
1. Ubuntu 12.04 (You can try it on other version and let us know)
2. Python 2.7
3. PyQt4
-4. ghdl
+
##How to install?
1. Clone this repository.
2. Run `./install-nghdl.sh` It will install ngspice from source code and put it in $HOME.
-
+3. Set ngspice path in `.bashrc` file. Add `export PATH=/home/{your-username}/ngspice-26/install_dir/bin:$PATH` line in .bashrc
##Few words about installed code structure.
1. Ngspice will be installed in home directory $HOME. If you already have ngspice-26 directory there it will take its backup.