[CMake] CMake Digest, Vol 110, Issue 17

Alain Leblanc aalebl at gmail.com
Tue Jun 11 11:53:56 EDT 2013


If it's opensuse then

sudo zypper install cmake

should do it, assuming you have the necessary permissions on your system.
If not, then Radovan's suggestion is probably your best bet, unless you
want to learn how to build it from scratch.


2013/6/11 setareh S <setareh.s1984 at gmail.com>

> Alain,
>
> typing uname -a doesn't give me any further info.
> this is what I get:
> 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64
> x86_64 GNU/Linux
> The other command only results ina bash error.
>
> I asked a senior colleague and he told me the linux distribution on our
> PCs at work is definitely one belonging to OpenSuse..
>
> Radovan,
>
> Thank you for informing me.
> I would also give it a go if I cannot find any x86-64 Linux specific
> distribution of CMake.
>
> Best,
> Setareh
>
>
>
> On Tue, Jun 11, 2013 at 5:34 PM, <cmake-request at cmake.org> wrote:
>
>> Send CMake mailing list submissions to
>>         cmake at cmake.org
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>         http://www.cmake.org/mailman/listinfo/cmake
>> or, via email, send a message with subject or body 'help' to
>>         cmake-request at cmake.org
>>
>> You can reach the person managing the list at
>>         cmake-owner at cmake.org
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of CMake digest..."
>>
>>
>> Today's Topics:
>>
>>    1. CMake Download Version for Linux x86-64 platform (setareh S)
>>    2. Re: CMake Download Version for Linux x86-64 platform
>>       (Alain Leblanc)
>>    3. Re: CMake Download Version for Linux x86-64 platform (setareh S)
>>    4. Re: CMake Download Version for Linux x86-64 platform
>>       (Alain Leblanc)
>>    5. Re: CMake Download Version for Linux x86-64 platform
>>       (Radovan Bast)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Tue, 11 Jun 2013 16:42:46 +0200
>> From: setareh S <setareh.s1984 at gmail.com>
>> Subject: [CMake] CMake Download Version for Linux x86-64 platform
>> To: cmake at cmake.org
>> Message-ID:
>>         <
>> CAPc6Kwr4QVosEsO111Cb6DKBD8-4qFMmen0hg2Y0TVC9d6tRug at mail.gmail.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Dear CMake users,
>>
>> what version of CMake binary distribution file from the CMake download
>> page
>> should I use to install CMake on a Linux x86-64 platfrom machine? I don't
>> see any binary distribution for x86-64 there.
>>
>> Thank you.
>> Setareh
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://www.cmake.org/pipermail/cmake/attachments/20130611/83107fe2/attachment-0001.htm
>> >
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Tue, 11 Jun 2013 10:53:37 -0400
>> From: Alain Leblanc <aalebl at gmail.com>
>> Subject: Re: [CMake] CMake Download Version for Linux x86-64 platform
>> To: setareh S <setareh.s1984 at gmail.com>
>> Cc: "cmake at cmake.org" <cmake at cmake.org>
>> Message-ID:
>>         <
>> CAHoWLqbxEqay9A6jZeoh8P--eTYjqWQfNzuEKfArqWt0NYkwBA at mail.gmail.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Most linux distros will provide a cmake package. I don't know which
>> platform you're using, but on opensuse, for instance, you only need to
>> type
>>
>> sudo zypper install cmake
>>
>> on ubuntu, it would be ( I think)
>>
>> sudo apt-get install cmake
>>
>> and so on.
>>
>> a
>>
>>
>>
>> 2013/6/11 setareh S <setareh.s1984 at gmail.com>
>>
>> > Dear CMake users,
>> >
>> > what version of CMake binary distribution file from the CMake download
>> > page should I use to install CMake on a Linux x86-64 platfrom machine? I
>> > don't see any binary distribution for x86-64 there.
>> >
>> > Thank you.
>> > Setareh
>> >
>> > --
>> >
>> > Powered by www.kitware.com
>> >
>> > Visit other Kitware open-source projects at
>> > http://www.kitware.com/opensource/opensource.html
>> >
>> > Please keep messages on-topic and check the CMake FAQ at:
>> > http://www.cmake.org/Wiki/CMake_FAQ
>> >
>> > Follow this link to subscribe/unsubscribe:
>> > http://www.cmake.org/mailman/listinfo/cmake
>> >
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://www.cmake.org/pipermail/cmake/attachments/20130611/735bdecc/attachment-0001.htm
>> >
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Tue, 11 Jun 2013 17:10:23 +0200
>> From: setareh S <setareh.s1984 at gmail.com>
>> Subject: Re: [CMake] CMake Download Version for Linux x86-64 platform
>> To: Alain Leblanc <aalebl at gmail.com>
>> Cc: "cmake at cmake.org" <cmake at cmake.org>
>> Message-ID:
>>         <
>> CAPc6KwpJnH3g8KzNf+yi0LhakQZY1_ees_+KrVeokAcQrEpbPg at mail.gmail.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Thanks Alain.
>>
>> I checked my system and I get something like: GNU/Linux (Kernel: Linux,
>> Kernel release: 2.6.32.12-0.7)on a x84-64 machine with GNOME gnome-panel
>> 2.28.0 desktop.
>> Any ideas?
>>
>>
>> On Tue, Jun 11, 2013 at 4:53 PM, Alain Leblanc <aalebl at gmail.com> wrote:
>>
>> > Most linux distros will provide a cmake package. I don't know which
>> > platform you're using, but on opensuse, for instance, you only need to
>> type
>> >
>> > sudo zypper install cmake
>> >
>> > on ubuntu, it would be ( I think)
>> >
>> > sudo apt-get install cmake
>> >
>> > and so on.
>> >
>> > a
>> >
>> >
>> >
>> > 2013/6/11 setareh S <setareh.s1984 at gmail.com>
>> >
>> >> Dear CMake users,
>> >>
>> >> what version of CMake binary distribution file from the CMake download
>> >> page should I use to install CMake on a Linux x86-64 platfrom machine?
>> I
>> >> don't see any binary distribution for x86-64 there.
>> >>
>> >> Thank you.
>> >> Setareh
>> >>
>> >> --
>> >>
>> >> Powered by www.kitware.com
>> >>
>> >> Visit other Kitware open-source projects at
>> >> http://www.kitware.com/opensource/opensource.html
>> >>
>> >> Please keep messages on-topic and check the CMake FAQ at:
>> >> http://www.cmake.org/Wiki/CMake_FAQ
>> >>
>> >> Follow this link to subscribe/unsubscribe:
>> >> http://www.cmake.org/mailman/listinfo/cmake
>> >>
>> >
>> >
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://www.cmake.org/pipermail/cmake/attachments/20130611/bd26bb18/attachment-0001.htm
>> >
>>
>> ------------------------------
>>
>> Message: 4
>> Date: Tue, 11 Jun 2013 11:26:04 -0400
>> From: Alain Leblanc <aalebl at gmail.com>
>> Subject: Re: [CMake] CMake Download Version for Linux x86-64 platform
>> To: setareh S <setareh.s1984 at gmail.com>
>> Cc: "cmake at cmake.org" <cmake at cmake.org>
>> Message-ID:
>>         <CAHoWLqbZ==_cKBj_gQ797go6PkZfdjxEdZJ_qdwvT=
>> tNe7OKMg at mail.gmail.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Which distribution? Probably one of opensuse, fedora, ubuntu, mint, arch,
>> ...
>>
>> On some systems typing
>>
>> cat /proc/version
>>
>> or
>>
>> uname -a
>>
>> will give you this information
>>
>>
>> 2013/6/11 setareh S <setareh.s1984 at gmail.com>
>>
>> > Thanks Alain.
>> >
>> > I checked my system and I get something like: GNU/Linux (Kernel: Linux,
>> > Kernel release: 2.6.32.12-0.7)on a x84-64 machine with GNOME gnome-panel
>> > 2.28.0 desktop.
>> > Any ideas?
>> >
>> >
>> > On Tue, Jun 11, 2013 at 4:53 PM, Alain Leblanc <aalebl at gmail.com>
>> wrote:
>> >
>> >> Most linux distros will provide a cmake package. I don't know which
>> >> platform you're using, but on opensuse, for instance, you only need to
>> type
>> >>
>> >> sudo zypper install cmake
>> >>
>> >> on ubuntu, it would be ( I think)
>> >>
>> >> sudo apt-get install cmake
>> >>
>> >> and so on.
>> >>
>> >> a
>> >>
>> >>
>> >>
>> >> 2013/6/11 setareh S <setareh.s1984 at gmail.com>
>> >>
>> >>> Dear CMake users,
>> >>>
>> >>> what version of CMake binary distribution file from the CMake download
>> >>> page should I use to install CMake on a Linux x86-64 platfrom
>> machine? I
>> >>> don't see any binary distribution for x86-64 there.
>> >>>
>> >>> Thank you.
>> >>> Setareh
>> >>>
>> >>> --
>> >>>
>> >>> Powered by www.kitware.com
>> >>>
>> >>> Visit other Kitware open-source projects at
>> >>> http://www.kitware.com/opensource/opensource.html
>> >>>
>> >>> Please keep messages on-topic and check the CMake FAQ at:
>> >>> http://www.cmake.org/Wiki/CMake_FAQ
>> >>>
>> >>> Follow this link to subscribe/unsubscribe:
>> >>> http://www.cmake.org/mailman/listinfo/cmake
>> >>>
>> >>
>> >>
>> >
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://www.cmake.org/pipermail/cmake/attachments/20130611/a9465778/attachment-0001.htm
>> >
>>
>> ------------------------------
>>
>> Message: 5
>> Date: Tue, 11 Jun 2013 17:34:01 +0200
>> From: Radovan Bast <radovan.bast at gmail.com>
>> Subject: Re: [CMake] CMake Download Version for Linux x86-64 platform
>> To: Alain Leblanc <aalebl at gmail.com>
>> Cc: setareh S <setareh.s1984 at gmail.com>, "cmake at cmake.org"
>>         <cmake at cmake.org>
>> Message-ID:
>>         <
>> CAKb_3mq+a4dS72HapNjo6F6-PYvMT+mukxvEnEHbbjFzoqAAwg at mail.gmail.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> hi,
>> what i did very often was to extract the "Linux i386" binary distribution
>> on a x86-64 platfrom and i never had problems with it.
>> good luck,
>>   radovan
>>
>>
>> On Tue, Jun 11, 2013 at 5:26 PM, Alain Leblanc <aalebl at gmail.com> wrote:
>>
>> > Which distribution? Probably one of opensuse, fedora, ubuntu, mint,
>> arch,
>> > ...
>> >
>> > On some systems typing
>> >
>> > cat /proc/version
>> >
>> > or
>> >
>> > uname -a
>> >
>> > will give you this information
>> >
>> >
>> > 2013/6/11 setareh S <setareh.s1984 at gmail.com>
>> >
>> >> Thanks Alain.
>> >>
>> >> I checked my system and I get something like: GNU/Linux (Kernel: Linux,
>> >> Kernel release: 2.6.32.12-0.7)on a x84-64 machine with GNOME
>> gnome-panel
>> >> 2.28.0 desktop.
>> >> Any ideas?
>> >>
>> >>
>> >> On Tue, Jun 11, 2013 at 4:53 PM, Alain Leblanc <aalebl at gmail.com>
>> wrote:
>> >>
>> >>> Most linux distros will provide a cmake package. I don't know which
>> >>> platform you're using, but on opensuse, for instance, you only need
>> to type
>> >>>
>> >>> sudo zypper install cmake
>> >>>
>> >>> on ubuntu, it would be ( I think)
>> >>>
>> >>> sudo apt-get install cmake
>> >>>
>> >>> and so on.
>> >>>
>> >>> a
>> >>>
>> >>>
>> >>>
>> >>> 2013/6/11 setareh S <setareh.s1984 at gmail.com>
>> >>>
>> >>>> Dear CMake users,
>> >>>>
>> >>>> what version of CMake binary distribution file from the CMake
>> download
>> >>>> page should I use to install CMake on a Linux x86-64 platfrom
>> machine? I
>> >>>> don't see any binary distribution for x86-64 there.
>> >>>>
>> >>>> Thank you.
>> >>>> Setareh
>> >>>>
>> >>>> --
>> >>>>
>> >>>> Powered by www.kitware.com
>> >>>>
>> >>>> Visit other Kitware open-source projects at
>> >>>> http://www.kitware.com/opensource/opensource.html
>> >>>>
>> >>>> Please keep messages on-topic and check the CMake FAQ at:
>> >>>> http://www.cmake.org/Wiki/CMake_FAQ
>> >>>>
>> >>>> Follow this link to subscribe/unsubscribe:
>> >>>> http://www.cmake.org/mailman/listinfo/cmake
>> >>>>
>> >>>
>> >>>
>> >>
>> >
>> > --
>> >
>> > Powered by www.kitware.com
>> >
>> > Visit other Kitware open-source projects at
>> > http://www.kitware.com/opensource/opensource.html
>> >
>> > Please keep messages on-topic and check the CMake FAQ at:
>> > http://www.cmake.org/Wiki/CMake_FAQ
>> >
>> > Follow this link to subscribe/unsubscribe:
>> > http://www.cmake.org/mailman/listinfo/cmake
>> >
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://www.cmake.org/pipermail/cmake/attachments/20130611/ef302ed3/attachment.htm
>> >
>>
>> ------------------------------
>>
>> _______________________________________________
>> CMake mailing list
>> CMake at cmake.org
>> http://www.cmake.org/mailman/listinfo/cmake
>>
>> End of CMake Digest, Vol 110, Issue 17
>> **************************************
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20130611/0541e509/attachment-0001.htm>


More information about the CMake mailing list