Find the answer to your Linux question:
Results 1 to 2 of 2
i just installed UBUNTU 9.04 and did the updates etc. i'm trying to install CMake. i have it extracted on my desktop and have tried to enter './configure' in the ...
  1. #1
    Just Joined!
    Join Date
    Sep 2009
    Posts
    5

    Question cmake - how to install?

    i just installed UBUNTU 9.04 and did the updates etc.

    i'm trying to install CMake. i have it extracted on my desktop and have tried to enter './configure' in the terminal but i get an error saying 'error when bootstrapping CMake, problem while running make'.

    all i want to do is install CMake so if ./configure is not the right thing to do ro right order, please correct me.

    and is there a way to check if its already installed by any chance?

    thanks!

    ps, i'm a MEGANOOBA to ubuntu so please be gentle and clear with isntructions.

  2. #2
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    When installing software try to always use the package manager. A package manager will download and install software automatically and keep all your software up to date. For more information on how to use it have a quick read of https://help.ubuntu.com/community/SynapticHowto

    You can install cmake using your package manager at the command line with the command:

    Code:
    sudo apt-get install cmake
    Linux User #453176

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...