summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanojgudi2014-03-16 09:56:05 +0530
committermanojgudi2014-03-16 09:56:05 +0530
commitca0e9c54151f5f6f75e70090a5915df69e416fe8 (patch)
tree31622d97f58ac0582d7e5b6982771952fb2699d8
parent0e2c4f68f1dc27c2ba11ca9fabcc0b4d4479fc4d (diff)
downloadsandhi-docs-ca0e9c54151f5f6f75e70090a5915df69e416fe8.tar.gz
sandhi-docs-ca0e9c54151f5f6f75e70090a5915df69e416fe8.tar.bz2
sandhi-docs-ca0e9c54151f5f6f75e70090a5915df69e416fe8.zip
fixes in getting_it.md
-rw-r--r--getting_it.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/getting_it.md b/getting_it.md
index bc7d068..77c9e66 100644
--- a/getting_it.md
+++ b/getting_it.md
@@ -37,7 +37,7 @@ Clone sciscipy-1.0.0 from our repository; run _install_ script from the director
#### Downloading Source Code
- git clone http://github.com/manojgudi/sandhi.git
+ git clone http://github.com/gnu-sandhi/sandhi.git
cd sandhi/
git submodule init
git submodule update
@@ -62,8 +62,8 @@ Clone sciscipy-1.0.0 from our repository; run _install_ script from the director
### Get Binary
-Builds for Ubuntu 12.04 for 64bit Architecture is hosted on:
-http://fossee.in/sandhi_builds/
+Builds for Ubuntu 12.04 for 64bit Architecture is hosted [here](http://fossee.in/sandhi_builds/)
+
#### Packaging it for Ubuntu for other architecture
We use a package called [fpm](https://github.com/jordansissel/fpm/wiki) to roll-out .deb files for Ubuntu.
@@ -83,9 +83,6 @@ Now packaging Sandhi using fpm we have to build Sandhi by changing _cmake_ optio
and then proceed as given in __Build it__ section from _make_ command.
-`fpm -s dir -t deb -n "sandhi" -v $VERSION_NUMBER -C /tmp/installdir/ -p sandhi-VERSION_ARCH.deb -d "libssl0.9.8 (>= 0)" usr/bin usr/lib`
-
-
`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