Detailed explanation of the whole process and steps of installing clion on Ubuntu16.04

Detailed explanation of the whole process and steps of installing clion on Ubuntu16.04

Explain the whole process of CLion from scratch. CLion is a new C/C++ cross-platform integrated development environment launched by JetBrains. It is easy to use under Ubuntu system. The following steps are simple and direct:
1. Go to the clion official website to download the clion installation package: Portal: http://www.jetbrains.com/clion/

Attached is a series of download addresses of clion:

C++ development tool JetBrains CLion 2020.1 latest official version with installation tutorial

https://www.jb51.net/softs/713778.html

JetBrains CLion 2019.3.4 for Win official free version (with Chinese patch)

https://www.jb51.net/softs/666425.html

Jetbrains CLion 2020.2 Chinese free green version (with tutorial) 64-bit

https://www.jb51.net/softs/665998.html

insert image description here

Click on the download button in the upper right corner. After the download is complete, there will be an installation package with an icon. Place it in the home folder from the download folder.

insert image description here

Enter the code to decompress:
tar zxvf CLion-2018.3.4.tar.gz
Then enter the bin directory of the unzipped folder: as shown in the figure

insert image description here

Run the code: decompress

./clion.sh

Next, the installation interface will jump:

insert image description here

Select the following and click OK

insert image description here

Accept and click continue

insert image description here

Select your favorite interface style here. There are clicks on the left and right below. The left one goes to the next step, and the right one requires some configuration options. If we choose the default configuration here, there is no need to click on the lower right corner. Just click on the installation in the lower left corner.

insert image description here

clion is a paid software. We can choose the free 30-day trial on the second page. College students can register for free use for one year with an email address with edu, and then click evaluate.

insert image description here

This completes the installation, and you can start using clion to write programs.

Summarize

This is the end of this article about the whole process and detailed steps of installing CLion on Ubuntu 16.04. For more information about installing CLion on Ubuntu 16.04, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Clion2020.2.x latest activation code cracked version with installation tutorial (Mac Linux Windows)
  • The latest clion2020 activation code with installation tutorial (tested and effective)
  • CLion installation, Chinese localization, and configuration detailed instructions
  • How to configure ROS project in CLion
  • Some simple setting steps for Clion, IEDA, and pycharm (setting Chinese menus, output Chinese, font size, background color theme)
  • Detailed installation and environment configuration tutorial of the latest version of CLion (2020.1.3) under Win10
  • CLion latest activation code + detailed steps of Chinese translation (professional test can be activated to 2089)

<<:  Detailed explanation of the meaning and difference between MySQL row locks and table locks

>>:  How to query the latest transaction ID in MySQL

Recommend

Detailed explanation of MySQL alter ignore syntax

When I was at work today, the business side asked...

A brief talk about cloning JavaScript

Table of contents 1. Shallow cloning 2. Deep clon...

Vue implements form validation function

This article mainly describes how to implement fo...

Implementation of Docker private library

Installing and deploying a private Docker Registr...

Web Design Principles of Hyperlinks

<br />Related articles: 9 practical tips for...

A solution to the abnormal exit of Tomcat caused by semaphore

I'm playing with big data recently. A friend ...

Implementation of grayscale release with Nginx and Lua

Install memcached yum install -y memcached #Start...

Application of anchor points in HTML

Set Anchor Point <a name="top"><...

MySQL 5.7.18 Installer installation download graphic tutorial

This article records the detailed installation tu...

Flex layout makes adaptive pages (syntax and examples)

Introduction to Flex Layout Flex in English means...

How to use cursor triggers in MySQL

cursor The set of rows returned by the select que...

How to delete an image in Docker

The command to delete images in docker is docker ...

A brief discussion on the correct posture of Tomcat memory configuration

1. Background Although I have read many blogs or ...