[Csnd] Build options
Date | 2020-02-07 22:22 |
From | luis jure |
Subject | [Csnd] Build options |
Excuse the silly question, but where/how can I get a list of all the build options for csound, preferably documented? The instructions at https://github.com/csound/csound/blob/develop/BUILD.md don't go much farther than cmake ; make ; make install. Thanks, lj -- 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 | 2020-02-07 22:42 |
From | Eduardo Moguillansky |
Subject | Re: [Csnd] Build options |
mkdir build && cd build cmake . -L Or use cmake-gui On 07.02.20 23:22, luis jure wrote: > Excuse the silly question, but where/how can I get a list of all the build > options for csound, preferably documented? > > The instructions at https://github.com/csound/csound/blob/develop/BUILD.md > don't go much farther than cmake ; make ; make install. > > Thanks, > > > lj > > > > -- > > 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 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 | 2020-02-09 00:13 |
From | luis jure |
Subject | Re: [Csnd] Build options |
el 2020-02-07 a las 23:42 Eduardo Moguillansky escribió: > mkdir build && cd build > > cmake . -L > > Or use cmake-gui Thank you, Eduardo. I think it would be very helpful if this were better documented (or documented at all) in BUILD.md. -- 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 |