Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Clion on Linux system

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to install Clion on the Linux system. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.

Clion is based on IntelliJ designed to develop C and C++ designed by the cross-platform IDE, so how to install Clion in the Linux system?

About Clion: Clion is a cross-platform IDE designed by C and C++. It is designed on the basis of IntelliJ and contains many intelligent features to improve the productivity of developers. This powerful IDE helps developers to develop CumberCraft codes on Linux, OS X, and Windows. It also uses smart editors to improve code quality, automate code refactoring, and deeply integrate the Cmake compilation system, thereby improving developer productivity.

Installation of linux platform Clion 1), get the Linux version of Clion. Tar.gz package method 1: go to the official website to download https://www.jetbrains.com/clion/ directly

Method 2: use the wget command, wget https://download.jetbrains.8686c.com/cpp/CLion-2016.2.2.tar.gz

2) decompress CLion-2016.2.2.tar.gz to the current folder [html] view plain copy

Tar-zxvf CLion-2016.2.2.tar.gz

3) run the clion.sh script [html] view plain copy

Cd clion-2016.2.2/bin/

. / clion.sh

4) Open workspace and click ok for the first time

And then just agree.

To activate:

Open the browser and type "http://idea.lanyus.com/"", then click "get the registration code"

Copy the registration code in the dialog box

Click "Activation code", copy the registration code to the edit box below, and then click "OK" to activate successfully.

After OK, it is activated!

Choose your favorite theme.

Then go straight down and don't install the plug-in first.

Then create a new C project.

3. Simply test the result of an example

Open it later. Just open it like this.

This is the end of the article on "how to install Clion in Linux system". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report