getqwt script improved. Readme updated accordingly.
This commit is contained in:
@@ -114,6 +114,8 @@ and understand the script then execute it.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ bash getqwt.sh
|
$ bash getqwt.sh
|
||||||
|
$ cd ~/qwt-6.1
|
||||||
|
$ sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
For further information refer to [this](http://qwt.sourceforge.net/)
|
For further information refer to [this](http://qwt.sourceforge.net/)
|
||||||
|
|||||||
@@ -37,7 +37,6 @@ svn checkout svn://svn.code.sf.net/p/qwt/code/branches/qwt-6.1 $dest
|
|||||||
cd $dest
|
cd $dest
|
||||||
qmake qwt.pro
|
qmake qwt.pro
|
||||||
make
|
make
|
||||||
sudo make install
|
|
||||||
|
|
||||||
# Add env. variables to ~/.bashrc
|
# Add env. variables to ~/.bashrc
|
||||||
echo "LIBQWT_HOME=/usr/local/qwt-6.1.4-svn/lib" >> ~/.bashrc
|
echo "LIBQWT_HOME=/usr/local/qwt-6.1.4-svn/lib" >> ~/.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user