Csound Csound-dev Csound-tekno Search About

on recompiling and installing from sources

Date2017-04-26 23:44
Fromadam
Subjecton recompiling and installing from sources
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

Date2017-04-27 01:53
FromSteven Yi
SubjectRe: on recompiling and installing from sources
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

Date2017-04-27 08:11
Fromadam
SubjectRe: on recompiling and installing from sources
My bad, it is/was a Doubles build after all, just without STK which I
see version 4.5.0 can be pre-installed using synaptic. 

So, this might be one for the Blue list. 

Thank you. 

 

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