Ember Test Case for a CRUD Application with mirage

I have been working in emberjs since 2018. I felt, Ember does not have enough documentation and contributions to open source communities such as StackOverflow, Github compare with other javascript…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




How to update ccmake to any specific version on Ubuntu

The installation of ccmake has been bothering me for a long time. And I finally get the concise way to solve this problem gracefully.

When googling the solution to install ccmake, most of the answers will suggest you use sudo apt install cmake-curses-gui, which is not actually a suitable method.

The reason is that the ccmake version installed from your Ubuntu package manager is tight to your cmake version corresponding to your operating system.

For example, if you use Ubuntu 18.04, the only version of cmake and ccmake you can get is 3.10*, which can be verified by apt policy cmake or apt policy cmake-curses-gui.

But when you need a higher version of ccmake, such as ccmake 3.22.1, just follow the steps below.

run

in your source folder where you ran sudo make install before.

You can get some details in this article:

run

Pay attention. Only if you get this library installed, can you successfully build a ccmake binary file in your bin directory of cmake.

And this is exactly the reason why you can’t get a ccmake version corresponding to your cmake version by default.

Now, what you need to do is just repeat the build steps of cmake.

Take cmake 3.22.1 for example.

Now, check the version and you’ll see something like this:

The ccmake has been automatically built into your bin directory of cmake source folder.

All configurations completed.

Add a comment

Related posts:

Brain Givens and Learning Implications

Aristotle was right when he said, “There is nothing in the intellect that has not been in the senses before.” Our senses serve as the conduit for getting information to the brain. As sensory input…

Whatever You Set Your Mind To

Having heroes and idols gives us perspective. In this article, I analyze the common message that you can do whatever you set your mind to.

Chatbots in hospitality industry

Chatbots can be simply defined as artificial intelligence programs that conduct conversations with humans through chat interfaces. Chatbot can be considered as personal assistants who can respond to…