Building instructions

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Building instructions

joachim-3
hi developers -

i have built csound 5.16.1 on ubuntu linux. this ran fine; i was just
wondering if we should add some simple instructions for people building
csound from sources. i think the "INSTALL" file is out of date and
should be replaced. i have attached a suggestion.

if you find it useful, please add it (or improve and add).

as a small correction: scons -H doesn't return the defaults (as scons
says). the defaults are clearly explained when running scons -h.

best -

        joachim

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Csound-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel

INSTALL2 (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Building instructions

Steven Yi
Hi Joachim,

I think we would need to merge in information from the INSTALL
document that discusses Windows, and this document should add more
information if possible. I know that the steps I had to take for OSX
were quite a bit longer for the Wiki.

Could I ask maybe that developers put up build instructions for each
platform on the Wiki?

Thanks,
steven

On Wed, Feb 8, 2012 at 8:15 PM, joachim heintz <[hidden email]> wrote:

> hi developers -
>
> i have built csound 5.16.1 on ubuntu linux. this ran fine; i was just
> wondering if we should add some simple instructions for people building
> csound from sources. i think the "INSTALL" file is out of date and
> should be replaced. i have attached a suggestion.
>
> if you find it useful, please add it (or improve and add).
>
> as a small correction: scons -H doesn't return the defaults (as scons
> says). the defaults are clearly explained when running scons -h.
>
> best -
>
>        joachim
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Csound-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Csound-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Building instructions

Adam Puckett-2
I'd also like to make a suggestion: build instructions should be text,
as it's smaller than binary formats used by word processors.

On 2/10/12, Steven Yi <[hidden email]> wrote:

> Hi Joachim,
>
> I think we would need to merge in information from the INSTALL
> document that discusses Windows, and this document should add more
> information if possible. I know that the steps I had to take for OSX
> were quite a bit longer for the Wiki.
>
> Could I ask maybe that developers put up build instructions for each
> platform on the Wiki?
>
> Thanks,
> steven
>
> On Wed, Feb 8, 2012 at 8:15 PM, joachim heintz <[hidden email]> wrote:
>> hi developers -
>>
>> i have built csound 5.16.1 on ubuntu linux. this ran fine; i was just
>> wondering if we should add some simple instructions for people building
>> csound from sources. i think the "INSTALL" file is out of date and
>> should be replaced. i have attached a suggestion.
>>
>> if you find it useful, please add it (or improve and add).
>>
>> as a small correction: scons -H doesn't return the defaults (as scons
>> says). the defaults are clearly explained when running scons -h.
>>
>> best -
>>
>>        joachim
>>
>> ------------------------------------------------------------------------------
>> Keep Your Developer Skills Current with LearnDevNow!
>> The most comprehensive online learning library for Microsoft developers
>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
>> Metro Style Apps, more. Free future releases when you subscribe now!
>> http://p.sf.net/sfu/learndevnow-d2d
>> _______________________________________________
>> Csound-devel mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Csound-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Csound-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Building instructions

Michael Gogins-2
Various people requested that the Windows build instructions be
separate from the manual. So I made them separate, but as a PDF. Then
other people requested a Word type document. So I made it a Word type
document.

In my view, the Windows build instructions are far too long and
complex to be usable as a plain text file. I think the Word type
document is reasonable under the circumstances.

The INSTALL document is not correct, as it points people to the build
instructions in the manual, which should be removed and replaced with
a pointer to the actual build instructions document.

Regards,
Mike

On Fri, Feb 10, 2012 at 10:46 AM, Adam Puckett <[hidden email]> wrote:

> I'd also like to make a suggestion: build instructions should be text,
> as it's smaller than binary formats used by word processors.
>
> On 2/10/12, Steven Yi <[hidden email]> wrote:
>> Hi Joachim,
>>
>> I think we would need to merge in information from the INSTALL
>> document that discusses Windows, and this document should add more
>> information if possible. I know that the steps I had to take for OSX
>> were quite a bit longer for the Wiki.
>>
>> Could I ask maybe that developers put up build instructions for each
>> platform on the Wiki?
>>
>> Thanks,
>> steven
>>
>> On Wed, Feb 8, 2012 at 8:15 PM, joachim heintz <[hidden email]> wrote:
>>> hi developers -
>>>
>>> i have built csound 5.16.1 on ubuntu linux. this ran fine; i was just
>>> wondering if we should add some simple instructions for people building
>>> csound from sources. i think the "INSTALL" file is out of date and
>>> should be replaced. i have attached a suggestion.
>>>
>>> if you find it useful, please add it (or improve and add).
>>>
>>> as a small correction: scons -H doesn't return the defaults (as scons
>>> says). the defaults are clearly explained when running scons -h.
>>>
>>> best -
>>>
>>>        joachim
>>>
>>> ------------------------------------------------------------------------------
>>> Keep Your Developer Skills Current with LearnDevNow!
>>> The most comprehensive online learning library for Microsoft developers
>>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
>>> Metro Style Apps, more. Free future releases when you subscribe now!
>>> http://p.sf.net/sfu/learndevnow-d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> [hidden email]
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Virtualization & Cloud Management Using Capacity Planning
>> Cloud computing makes use of virtualization - but cloud computing
>> also focuses on allowing computing to be delivered as a service.
>> http://www.accelacomm.com/jaw/sfnl/114/51521223/
>> _______________________________________________
>> Csound-devel mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Csound-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/csound-devel



--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Csound-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/csound-devel
Loading...