| Hi John,
If you can build csound, you will certainly be able to build csoundqt.
First, you need to get the devel packages for qt4, they should be
called something like qt-devel or qt-dev-tools.
The only other hard dependency (apart from Csound) is libsndfile.
So you should be able to do:
qmake qcs.pro CONFIG+=release
make
and have a binary. The default build is doubles, so if you build
Csound for floats, you will need to add CONFIG+=build32
If you want to use RtMidi (if you haven't used it, check it out, as
it's a great library, better than portmidi IMO), add CONFIG+=rtmidi
and RTMIDIDIR=/path/to/rtmidi-src.
Python support is much trickier, and requires a much later version of
Qt4 than is normally available in distro repos. So if you want to
follow that direction, let me know.
Cheers,
Andrés
On Tue, Nov 13, 2012 at 10:00 AM, jpff wrote:
> Does anyone have any information on building CsoundQt for OpenSuSE?
> The instructions are vague, and I fail at the first step not having
> qmake; and I do not know in which package it lives. What other things
> do I need?
>
> I did see menno's blog on csounds.com but step 3 defeats me.
>
> Just thought I would find out how everyone else (nearly) uses Csound.
>
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforg |