[Cs-dev]
Date | 2013-12-27 16:27 |
From | |
Subject | [Cs-dev] |
Attachments | None None |
Hi All, I’d like some advice. In a previous email, Oeyvind pointed out that the install target on Windows did not function as expected. I’m also having some issues here and I think the CMake files could be modified to get a better experience. My current thought is this:
The resulting path would look something like:
This could be used for easy packaging into other applications, or simplify the installer. (In my case, I want to simple way to build and use Csound on my computer without having to create and run an installer). I think the current installer script uses the artifacts from the build step and does not use the install target. If so, any changes I would introduce should not affect the existing installer script. Thoughts? Thanks! steven |
Date | 2013-12-27 17:51 |
From | Felipe Sateler |
Subject | Re: [Cs-dev] Windows: Installation Target Question |
Would these changes affect only windows? On Fri, Dec 27, 2013 at 1:27 PM, |
Date | 2013-12-27 17:52 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] Windows: Installation Target Question |
Attachments | None |
Date | 2013-12-27 19:40 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Windows: Installation Target Question |
Attachments | None None |
You snould be able to build and run Csound 6 on your Windows computer without installing it. You just need to make sure that all the shared libraries loaded by Csound at run time are in the PATH, and that you have set OPCODE6DIR64 to your Csound 6 build directory. I used to do this all the time. Since I started using a prebuilt PortAudio library it doesn't work, but it probably could be gotten to work again. You are correct that the current Windows installer script uses the artifacts from the build step. The installer script puts opcodes in the same "bin" directory as the Csound executables proper.
Would the install target handle dependencies such as libsndfile and portaudio? If so, then it might be better if the installer script did use the install target. The installer script could the mostly just zip up the install target.
Best, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Fri, Dec 27, 2013 at 11:27 AM, <stevenyi@gmail.com> wrote:
|
Date | 2013-12-27 19:42 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Windows: Installation Target Question |
Attachments | None None |
I should add, the Windows installer script installs to C:/Program Files (x86)/Csound6 by default. Best, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Fri, Dec 27, 2013 at 2:40 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
|