On 06/21/2016 02:25 PM, Thomas Beaudry wrote:
> in the root directory I see the following directories:
>   bin  doc  man  share
> I tried doing a "make && make install" or a "cmake ."

Those are prebuilt binaries.  You don't need to build anything.
You can run `bin/cmake` right out of the extracted tree.

> How should i go about upgrading my version of cmake?

If you prefer to build from source you can download
`cmake-3.5.2.tar.gz` from the download page where you
got the binaries.  There is a README.rst file that explains
how to build: `./bootstrap && make && make install`.

-Brad
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to