getqwt script improved. Readme updated accordingly.

This commit is contained in:
Éder F. Zulian
2018-02-06 09:00:52 +01:00
parent ffdbf3ed3a
commit 287af1bcfd
2 changed files with 2 additions and 1 deletions

View File

@@ -114,6 +114,8 @@ and understand the script then execute it.
```bash
$ bash getqwt.sh
$ cd ~/qwt-6.1
$ sudo make install
```
For further information refer to [this](http://qwt.sourceforge.net/)

View File

@@ -37,7 +37,6 @@ svn checkout svn://svn.code.sf.net/p/qwt/code/branches/qwt-6.1 $dest
cd $dest
qmake qwt.pro
make
sudo make install
# Add env. variables to ~/.bashrc
echo "LIBQWT_HOME=/usr/local/qwt-6.1.4-svn/lib" >> ~/.bashrc