| You might try "make uninstall", then reconfiguring with CMake, then
rebuilding. For reconfiguring, you could use cmake-gui, run cmake with
-DUSE_DOUBLE=1, or hand edit the CMakeCache.txt by hand. What
optimizations are you planning to use? Typically we just set
-DCMAKE_BUILD_TYPE=RelWithDebInfo or Release.
On Wed, Apr 26, 2017 at 6:44 PM, adam wrote:
> On a fresh platform, I am following the build instructions for
> Debian/Ubuntu, 1-3 and 1-10, here,
> https://github.com/csound/csound/blob/develop/BUILD.md
>
> This works perfectly, and installs a floating-point Csound without STK.
> I realize I need a double-precision Csound for Blue, and would prefer to
> have the STK opcodes. So, two questions,
>
> 1. Do I need to un-install, or will repeating the steps 1-10 overwrite
> the executables and libraries?
>
> 2. At which point do I specify Doubles and STK, and perhaps processor
> optimization, before re-compiling?
>
> 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 |