Linux User Manual Summary of Installation and Operation of Clion

坏嘻嘻
Release: 2018-09-17 10:59:21
Original
12852 people have browsed it

This article brings you a summary of how to install Clion and run it using Linux. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.

1. A brief introduction to Clion

CLion is a cross-platform IDE designed for the development of C and C based on IntelliJ. It can be used on Windows, Linux and MacOS. Here I am Installed on ubuntu 16.0.4.

2. Installation of Clion on Linux platform

1) Obtain the .tar.gz compressed package of Clion for Linux

Method 1: Go to the official website to download directly https:/ /www.jetbrains.com/clion/

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

    2) Unzip CLion-2016.2.2.tar.gz to the current folder

       tar -zxvf CLion-2016.2.2.tar.gz
Copy after login

3) Run the clion.sh script

        cd clion-2016.2.2/bin/
        ./clion.sh
Copy after login

  4) Open workspace


Linux User Manual Summary of Installation and Operation of Clion

Then then agree with

Linux User Manual Summary of Installation and Operation of Clion

CLION You can choose to try for 30 days and set up a cracking server, the address is: http://bash.pub: 1017

Linux User Manual Summary of Installation and Operation of Clion

## Select your favorite theme.

Linux User Manual Summary of Installation and Operation of Clion

## Then go down all the time, the plug -in will not be installed first.

# Then create a new C project

Linux User Manual Summary of Installation and Operation of Clion

3, simple test results

Linux User Manual Summary of Installation and Operation of Clion## Just open it

The above is the detailed content of Linux User Manual Summary of Installation and Operation of Clion. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!