Csound Csound-dev Csound-tekno Search About

[Cs-dev] cmake on Debian

Date2013-02-25 15:13
Fromjohn ffitch
Subject[Cs-dev] cmake on Debian
i have a Debian6.0.6 i586 system and I wanted to build csound6.
However Debian supplies cmake 2.8.2 but cs6 requires 2.8.3 or later.
Can someone direct me to where I can find a more recent cmake?  I
tried the cmake download site offering 2.8.10.2 but no instructions as
how to install/configure.
==John ffitch

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-02-25 15:25
FromSteven Yi
SubjectRe: [Cs-dev] cmake on Debian
Hi John,

The Readme.txt for Cmake sources mentions if you have cmake already,
you can do it either by building the same way you would build any
cmake project (cmake .; make; make install), or if not, you can do:

$ ./bootstrap; make; make install

I get confused about debian package repos and which one is which, so I
don't know much about where to get an updated deb.

steven

On Mon, Feb 25, 2013 at 3:13 PM, john ffitch  wrote:
> i have a Debian6.0.6 i586 system and I wanted to build csound6.
> However Debian supplies cmake 2.8.2 but cs6 requires 2.8.3 or later.
> Can someone direct me to where I can find a more recent cmake?  I
> tried the cmake download site offering 2.8.10.2 but no instructions as
> how to install/configure.
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-02-25 16:59
FromFelipe Sateler
SubjectRe: [Cs-dev] cmake on Debian
You can install cmake 2.8.7 from backports.

Add this line to your /etc/apt/sources.list

deb http://backports.debian.org/debian-backports squeeze-backports main

And then apt-get -t squeeze-backports install cmake



On Mon, Feb 25, 2013 at 12:25 PM, Steven Yi  wrote:
> Hi John,
>
> The Readme.txt for Cmake sources mentions if you have cmake already,
> you can do it either by building the same way you would build any
> cmake project (cmake .; make; make install), or if not, you can do:
>
> $ ./bootstrap; make; make install
>
> I get confused about debian package repos and which one is which, so I
> don't know much about where to get an updated deb.
>
> steven
>
> On Mon, Feb 25, 2013 at 3:13 PM, john ffitch  wrote:
>> i have a Debian6.0.6 i586 system and I wanted to build csound6.
>> However Debian supplies cmake 2.8.2 but cs6 requires 2.8.3 or later.
>> Can someone direct me to where I can find a more recent cmake?  I
>> tried the cmake download site offering 2.8.10.2 but no instructions as
>> how to install/configure.
>> ==John ffitch
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_feb
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



--

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-02-25 17:35
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] cmake on Debian
> You can install cmake 2.8.7 from backports.
>
> Add this line to your /etc/apt/sources.list
>
> deb http://backports.debian.org/debian-backports squeeze-backports main
>
> And then apt-get -t squeeze-backports install cmake
>

Thanks; lownloaded that version but csound does not build with it.  Never
mind I have a lashup route that seems to work
==John ff


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net