[Csnd] build csoundqt with csound 7
Date | 2024-09-27 07:43 |
From | joachim heintz |
Subject | [Csnd] build csoundqt with csound 7 |
hi all - if anyone is building csoundqt with qtcreator, you can now build with csound 7. 1. build csound from develop branch (https://github.com/csound/csound/blob/develop/BUILD.md) 2. pull latest csoundqt source code from https://github.com/CsoundQt/CsoundQt 3. git checkout csound7 (= change to the csound7 branch) now you should be able to build csoundqt as usual (see https://github.com/CsoundQt/CsoundQt/wiki for instructions) thanks to tarmo for great work!!! joachim Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2024-09-27 08:46 |
From | Victor Lazzarini <000010b17ddd988e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] build csoundqt with csound 7 |
Thanks for this. I had a look at the build instructions in the csound 7 branch and I see a mention of libcsnd6.6.0.dylib in BUILD.md. This doesn't exist in Csound 7 anymore. I guess the instructions need to be updated, perhaps? best Prof. Victor Lazzarini Maynooth University Ireland > On 27 Sep 2024, at 07:44, joachim heintz |
Date | 2024-09-27 19:54 |
From | Tarmo Johannes |
Subject | Re: [Csnd] build csoundqt with csound 7 |
Hi! Thanks for noticing, Victor. Building CsoundQt with Csound7 support is tested only on Linux so far, the build files still need to be corrected and the instructions, of course, too. For any case - many people might have both Csound 6 and 7 in their system. If to build CsoundQt for cs7, make sure that the CSOUND_LIBRARY_DIR and CSOUND_INCLUDE_DIR are set correctly. It is best to do it in file config.user.pri in the root folder of th CsoundQt sources. In my case: #for Csound 7 CSOUND_LIBRARY_DIR=/home/tarmo/.local/lib CSOUND_INCLUDE_DIR = /home/tarmo/.local/include/csound/ Greetings, tarmo Kontakt Victor Lazzarini (<000010b17ddd988e-dmarc-request@listserv.heanet.ie>) kirjutas kuupäeval R, 27. september 2024 kell 10:46: Thanks for this. |