We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please include installation instructions for beginners.
after cd into the qwtplot3d folder what's next?
sudo qmake qwtplot3d.pro
and then...?
The text was updated successfully, but these errors were encountered:
I am using Qt 5.13.1 on Ubuntu 18.04. I use Qt library from the http://download.qt.io/official_releases/qt/5.13/5.13.1/ (the one from ubuntu's repository gave me compilation errors for no real reason)
To build qwtplot3d library: $ qmake $ make -j4 $ sudo make install
Sorry, something went wrong.
No branches or pull requests
Please include installation instructions for beginners.
after cd into the qwtplot3d folder what's next?
sudo qmake qwtplot3d.pro
and then...?
The text was updated successfully, but these errors were encountered: