Created
December 19, 2011 19:34
-
-
Save wesm/1498531 to your computer and use it in GitHub Desktop.
qwt/PyQwt dependencies for procexp in Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svn co https://qwt.svn.sourceforge.net/svnroot/qwt/branches/qwt-5.2 | |
cd qwt-5.2 | |
qmake | |
make | |
sudo make install | |
now you're done with qwt | |
cd ../.. | |
wget http://prdownloads.sourceforge.net/pyqwt/PyQwt-5.2.1.tar.gz | |
tar xvf PyQwt-5.2.1.tar.gz | |
cd PyQwt-5.2.1 | |
cd configure | |
python configure.py -Q ../qwt-5.2 | |
make -j4 | |
sudo make install | |
then | |
python procexp.py | |
should work. theoretically |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment