Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdaskalov/atom-build-eclipse
Build C/C++ Project using Eclipse CDT project configuration file (.cproject)
https://github.com/mdaskalov/atom-build-eclipse
Last synced: 13 days ago
JSON representation
Build C/C++ Project using Eclipse CDT project configuration file (.cproject)
- Host: GitHub
- URL: https://github.com/mdaskalov/atom-build-eclipse
- Owner: mdaskalov
- License: mit
- Created: 2017-12-13T16:01:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T15:39:53.000Z (almost 5 years ago)
- Last Synced: 2024-10-27T23:42:20.755Z (2 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Eclipse C/C++ Project Build
[![apm](https://img.shields.io/apm/v/build-eclipse.svg)](https://atom.io/packages/build-eclipse)
[![apm](https://img.shields.io/apm/dm/build-eclipse.svg)](https://atom.io/packages/build-eclipse)
[![Build Status](https://travis-ci.org/mdaskalov/atom-build-eclipse.svg?branch=master)](https://travis-ci.org/mdaskalov/atom-build-eclipse)Execute the C/C++ build command configured in the eclipse project file (.cproject) to build the project. The file should be located in the project root directory or the plugin will not be activated.
If used on the latest MacBook Pro the plugin adds two buttons on the TouchBar to build or clean the project.
This package requires [atom-build](https://github.com/noseglid/atom-build) to be installed.
## Installation
Install `build-eclipse` from Atom's [Package Manager](http://flight-manual.atom.io/using-atom/sections/atom-packages/) or the command-line equivalent:
`$ apm install build-eclipse`
## Usage
This package will add a shortcut to clean your project. Use following shortcuts:
**Build the project**
Cmd Alt B / Ctrl Alt B / F9
**Clean the project**
Cmd Alt C / Ctrl Alt C / F10