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 <[email protected]> > 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, <[email protected]> wrote: > >> Send CMake mailing list submissions to >> [email protected] >> >> 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 >> [email protected] >> >> You can reach the person managing the list at >> [email protected] >> >> 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 <[email protected]> >> Subject: [CMake] CMake Download Version for Linux x86-64 platform >> To: [email protected] >> Message-ID: >> < >> capc6kwr4qvoseso111cb6dkbd8-4qfmmen0hg2y0tvc9d6t...@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 <[email protected]> >> Subject: Re: [CMake] CMake Download Version for Linux x86-64 platform >> To: setareh S <[email protected]> >> Cc: "[email protected]" <[email protected]> >> Message-ID: >> < >> cahowlqbxeqay9a6jzeoh8p--etyjqwqfnzuekfarqwt0nyk...@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 <[email protected]> >> >> > 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 <[email protected]> >> Subject: Re: [CMake] CMake Download Version for Linux x86-64 platform >> To: Alain Leblanc <[email protected]> >> Cc: "[email protected]" <[email protected]> >> Message-ID: >> < >> capc6kwpjnh3g8kznf+yi0lhakqzy1_ees_+krveokacqrep...@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 <[email protected]> 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 <[email protected]> >> > >> >> 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 <[email protected]> >> Subject: Re: [CMake] CMake Download Version for Linux x86-64 platform >> To: setareh S <[email protected]> >> Cc: "[email protected]" <[email protected]> >> Message-ID: >> <CAHoWLqbZ==_cKBj_gQ797go6PkZfdjxEdZJ_qdwvT= >> [email protected]> >> 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 <[email protected]> >> >> > 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 <[email protected]> >> 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 <[email protected]> >> >> >> >>> 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 <[email protected]> >> Subject: Re: [CMake] CMake Download Version for Linux x86-64 platform >> To: Alain Leblanc <[email protected]> >> Cc: setareh S <[email protected]>, "[email protected]" >> <[email protected]> >> Message-ID: >> < >> cakb_3mq+a4ds72hapnjo6f6-pyvmt+mukxvenehbbjfzoqa...@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 <[email protected]> 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 <[email protected]> >> > >> >> 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 <[email protected]> >> 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 <[email protected]> >> >>> >> >>>> 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 >> [email protected] >> http://www.cmake.org/mailman/listinfo/cmake >> >> End of CMake Digest, Vol 110, Issue 17 >> ************************************** >> > >
-- 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
