Changeset - baa40878fad8
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 9 years ago 2016-06-16 06:25:36
hy@ozderya.net
updated build instructions
1 file changed with 11 insertions and 8 deletions:
README.md
11
8
0 comments (0 inline, 0 general)
README.md
Show inline comments
 
@@ -34,22 +34,25 @@ moment there are only Debian and Windows
 
Under Ubuntu/Debian:
 
```sudo apt-get install qtbase5-dev libqt5serialport5-dev cmake mercurial```
 

	
 
### Download and Install Qwt
 

	
 
[Qwt](http://qwt.sourceforge.net) is the library that provides
 
plotting widgets for SerialPlot. If your distribution doesn't provide
 
a Qwt 6 package (the Qt5 version, usually named `libqwt6-qt5`) you
 
will need to download and build Qwt with Qt5 yourself.
 
plotting widgets for SerialPlot. You have 3 different options for Qwt.
 

	
 
* Leave it to serialplot build scripts. Qwt will be downloaded over
 
  SVN and built for you.
 

	
 
Download Qwt 6 from here: http://sourceforge.net/projects/qwt/files/
 
* If your linux distribution has `libqwt-qt5-dev` or `qwt-qt5-devel`
 
  package, install it and set `BUILD_QWT` cmake option to `false`.
 

	
 
Follow these instructions to build and install:
 
http://qwt.sourceforge.net/qwtinstall.html#qwtinstall-unix
 

	
 
Make sure that you have built the Qwt with Qt 5 not Qt 4.
 
* Download Qwt 6 [here](http://sourceforge.net/projects/qwt/files/)
 
  and build it yourself per these
 
  [instructions](http://qwt.sourceforge.net/qwtinstall.html#qwtinstall-unix). Make
 
  sure you use Qt5 (not Qt4) to build it. And set `BUILD_QWT` cmake
 
  option to `false`.
 

	
 
### Download and Build SerialPlot
 

	
 
You can use Mercurial to download SerialPlot source code. Or you can
 
download it from here:
 
https://bitbucket.org/hyOzd/serialplot/downloads
0 comments (0 inline, 0 general)