Skip to content

Instantly share code, notes, and snippets.

@wesm
Created December 19, 2011 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesm/1498531 to your computer and use it in GitHub Desktop.
Save wesm/1498531 to your computer and use it in GitHub Desktop.
qwt/PyQwt dependencies for procexp in Linux
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