discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] patch to make FindQwt.cmake work on OpenSuse 12.1


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] patch to make FindQwt.cmake work on OpenSuse 12.1
Date: Sun, 13 May 2012 11:49:11 -0400

On Sat, May 12, 2012 at 5:07 PM, Kire Pudsje <address@hidden> wrote:
> I tried to install gnuradio from git on my machine. The only problem I
> encountered is that the qwt library could not be found (ie. gr-qtgui
> was disabled). Attached is a patch, to solve this problem. It includes
> the /usr/lib64 directory and qwt5 library.

Hi Kire,

I have a bit of heartburn over constantly adding new directories to
look for QWT libraries. It seems like we would just be introducing a
new directory for every platform we want to work on.

The alternative way is to handle it by passing the directories to
cmake via the command line:

cmake -DQWT_INCLUDE_DIRS=/usr/include/qwt5

Since the library is in /usr/lib64, you don't need to tell cmake this,
since it's a standard library path already.


> Furthermore, if anyone is interested, the list of packages I needed to
> add to a fresh install of opensuse 12.1:
> sudo zypper install cmake cppunit-devel doxygen fftw3-devel git
> gsl-devel libjack-devel libqt4-devel libqwtplot3d-devel libSDL-devel
> libusb-1_0-devel orc portaudio portaudio-devel python-cheetah
> python-devel python-lxml python-wxGTK python-wxWidgets-devel qwt-devel
> wxWidgets-devel xmlto
>
> lsb_release -a
> LSB Version:    n/a
> Distributor ID: SUSE LINUX
> Description:    openSUSE 12.1 (x86_64)
> Release:        12.1
> Codename:       Asparagus

I added these directions to the wiki build guide for Suse:
http://gnuradio.org/redmine/projects/gnuradio/wiki/SuseInstall

Thanks,
Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]