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

100 ways to change the color of an image using CSS (worth collecting)

Preface “When it comes to image processing, we of...

js realizes 3D sound effects through audioContext

This article shares the specific code of js to ac...

View the number of files in each subfolder of a specified folder in Linux

count script #!/bin/sh numOfArgs=$# if [ $numOfAr...

Vue2.x - Example of using anti-shake and throttling

Table of contents utils: Use in vue: explain: Ima...

Detailed steps to configure MySQL remote connection under Alibaba Cloud

Preface As we all know, by default, the MySQL ins...

Sample code for highlighting search keywords in WeChat mini program

1. Introduction When you encounter a requirement ...

Method of implementing recursive components based on Vue technology

describe This article introduces a method to impl...

MySQL v5.7.18 decompression version installation detailed tutorial

Download MySQL https://dev.mysql.com/downloads/my...

HTML Marquee character fragment scrolling

The following are its properties: direction Set th...

Detailed tutorial on building Gitlab server on CentOS8.1

There is no need to say much about the difference...

Why the CSS attribute value clear:right does not work in detail

Using the clear property to clear floats is a comm...

Tutorial on installing VMWare15.5 under Linux

To install VMWare under Linux, you need to downlo...