summaryrefslogtreecommitdiff
path: root/getting_it.md
diff options
context:
space:
mode:
authormanojgudi2014-03-16 02:06:37 +0530
committermanojgudi2014-03-16 02:06:37 +0530
commit2291ab3edb9ce419d438bd34b47880e61028a7d2 (patch)
tree64c7eff09ff6d5991bfea3e72e844d1ebb574173 /getting_it.md
parent34d23f599f3088eda2bed2b22e612584d9ef2a01 (diff)
downloadsandhi-docs-2291ab3edb9ce419d438bd34b47880e61028a7d2.tar.gz
sandhi-docs-2291ab3edb9ce419d438bd34b47880e61028a7d2.tar.bz2
sandhi-docs-2291ab3edb9ce419d438bd34b47880e61028a7d2.zip
added demos and some quick fixes
Diffstat (limited to 'getting_it.md')
-rw-r--r--getting_it.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/getting_it.md b/getting_it.md
index ced528b..4b2d8a8 100644
--- a/getting_it.md
+++ b/getting_it.md
@@ -88,5 +88,17 @@ and then proceed as given in __Build it__ section from _make_ command.
`fpm -s dir -t deb -n "sandhi" -v 0.9 -C out/ -p sandhi-VERSION_ARCH.deb -d "git-core autoconf automake make libtool g++ python-dev swig pkg-config libboost1.48-all-dev libfftw3-dev libcppunit-dev libgsl0-dev libusb-dev sdcc libsdl1.2-dev python-wxgtk2.8 python-numpy python-cheetah python-lxml doxygen python-qt4 python-qwt5-qt4 libxi-dev libqt4-opengl-dev libqwt5-qt4-dev libfontconfig1-dev libxrender-dev" /usr/local/bin /usr/local/include/ /usr/local/lib /usr/local/libexec/ /usr/local/share/ /usr/local/etc/`
+#### Final steps
+- To run sandhi, path variables need to be set; even if one has installed through debian package.
+- Set Path variables in /etc/environment
+`export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games`<br>
+`export SCI=/usr/share/scilab`<br>
+`export LD_LIBRARY_PATH=:/usr/lib/scilab:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/native_threads/:/usr/local/lib`<br>
+`export PYTHONPATH=/usr/local/lib/python2.7/dist-packages/`<br>
+
+- Source /etc/environment in .bashrc<br>
+`source /etc/environment`<br>
+- Logout and login again, and you are done!
+
------------