# Cmake update

**URL:** https://discourse.numenta.org/t/cmake-update/4749
**Category:** NuPIC
**Tags:** question
**Created:** [October 18, 2018, 5:30pm UTC](https://discourse.numenta.org/t/cmake-update/4749 "2018-10-18T17:30:49Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![andrewfungli](https://avatars.discourse-cdn.com/v4/letter/a/dfb087/32.png) [@andrewfungli](https://discourse.numenta.org/u/andrewfungli)
#### Post date: [October 18, 2018, 5:30pm UTC](https://discourse.numenta.org/t/cmake-update/4749/1 "2018-10-18T17:30:49Z")

</div>

Hello,

I am currently trying to implement HTM on Ubuntu 14.04, however I am stuck on the set up portion as described in ([Compiling NuPIC on Ubuntu 14](https://discourse.numenta.org/t/compiling-nupic-on-ubuntu-14/2102)).

this line to be exact: cmake $NUPIC\_CORE -DCMAKE\_INSTALL\_PREFIX=…/release -DPY\_EXTENSIONS\_DIR=$NUPIC\_CORE/bindings/py/nupic/bindings

its saying that Cmake 3.3 or higher is required and im running 2.8.12.2 , even though ive installed cmake 3.13

not to sure how to fix this problem.

Thank you for your help.

---

<div class="post-metadata">

### Author: ![rhyolight](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.numenta.org/rhyolight/32/3922_2.png) [@rhyolight](https://discourse.numenta.org/u/rhyolight)
#### Post date: [October 18, 2018, 6:04pm UTC](https://discourse.numenta.org/t/cmake-update/4749/2 "2018-10-18T18:04:37Z")

</div>

I have not built C++ on linux in ages. But we do run it in [CI in Ubuntu](https://circleci.com/gh/numenta/nupic.core). You can see the exact commands run here:

> <https://github.com/numenta/nupic.core/blob/master/.circleci/config.yml#L68-L86>

I hope that helps.

---

<div class="post-metadata">

### Author: ![andrewfungli](https://avatars.discourse-cdn.com/v4/letter/a/dfb087/32.png) [@andrewfungli](https://discourse.numenta.org/u/andrewfungli)
#### Post date: [October 18, 2018, 7:06pm UTC](https://discourse.numenta.org/t/cmake-update/4749/3 "2018-10-18T19:06:40Z")

</div>

Thank you for getting back to me.

Ill definitelly look into that. I guess what i need to do is figure out how to upgrade the cmake version from 2.8 to 3.3 or higher.

I just tried sudo apt-get upgrade but its still telling me that cmake is still 2.8

---

<div class="post-metadata">

### Author: ![andrewfungli](https://avatars.discourse-cdn.com/v4/letter/a/dfb087/32.png) [@andrewfungli](https://discourse.numenta.org/u/andrewfungli)
#### Post date: [October 18, 2018, 10:30pm UTC](https://discourse.numenta.org/t/cmake-update/4749/4 "2018-10-18T22:30:12Z")

</div>

ok, i solved my issue by using this link: [https://www.claudiokuenzler.com/blog/755/install-upgrade-cmake-3.10.1-ubuntu-14.04-trusty-alternatives#.W8kJS0tKg2w](https://www.claudiokuenzler.com/blog/755/install-upgrade-cmake-3.10.1-ubuntu-14.04-trusty-alternatives#.W8kJS0tKg2w)

thank you for your help.
