Operating system: Ubuntu 14.04 64bits
1. Atom download address
Download address: https://atom.io/
Select the version: Download.deb
Open Atom: Enter Atom into the terminal. The Atom interface is shown below:
Atom’s interface looks like this:
In the welcome Guide there is “Install a Package”, click on “Open Installer” as shown below:
2. Install the following three plug-ins:
Linter – GCC linter GCC – make – run
As shown in the figure below: to Install linter-gcc, click “Install”. Linter is the same as GCC-make run
3. Modify the linter-GCC path:
Refer to the figure above and click “Setting” under linter-gcc: make sure the path /usr/bin/g++
Scroll down and check “Lint on-the-fly”. If not checked, code will only be compiled if the file is saved, as shown below:
The effect of the check is as follows:
After installation, press “F6” to compile and run the program. Write a small program to test as follows.
Two plug-ins are recommended to be installed in the same way as the previous plug-ins:
activate-power-mode
Effect:
minimap
Effect:
A similar thumbnail to sublime Text, shown in the upper right corner of the applet test.
Python and other development environments can also be configured under Atom, and you can be interested in baidu below.
Read More:
- Solution for successful but invalid atom minimap installation
- Under Ubuntu environment, eclipse writes C program, and error starting process is reported
- Mac clion configuring opencv environment
- Configuring OpenGL environment on Mac OS
- Configuring OpenGL development environment in win10 + vs2015 (including the method of installing 32-bit and 64 bit libraries)
- Vc2010 configuring OpenGL environment
- CodeBlocks configuring OpenGL environment
- Vs2015 configuring OpenGL development environment: configuration of glfw library and glad Library
- Configuring common environment variables in Windows
- Atom live server plug-in installation
- Configuring OpenGL environment with code blocks16.0 in Windows 10
- A series of problems in configuring OpenGL development environment in vs2015
- How to run Python program directly with atom
- Error: unrecognized command line option “-std=c++11”, to solve the problem that ubuntu does not support c++11
- Problem in configuring Maven error: Java_ HOME not found in your environment.
- Problems encountered in configuring OpenGL development environment in vs2015
- Anaconda create environment, delete environment, activate environment, exit environment
- Building virtual machine environment based on kvm-qemu under ubuntu12.10 (12)
- Debugging failed under vscode Ubuntu, unable to open libc-start. C raise. C, etc
- Configure Java environment variables for Ubuntu with Zsh configuration