• This repository has been archived on 13/May/2020
  • Stars
    star
    183
  • Rank 210,154 (Top 5 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 10 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Particle Dev package for Atom

Particle Dev package for Atom

Particle Dev is a professional, open source, hackable IDE, designed for use with the Particle devices.

Build Status

Installing

Particle Dev App (recommended)

Download and install the latest Particle Dev App for your operating system.

GitHub Atom

To get the latest, bleeding edge updates install Particle Dev packages. You'll need following dependencies:

Requirements
Windows

Install all the required tools and configurations using Microsoft's windows-build-tools using npm install --global --production --add-python-to-path windows-build-tools from an elevated PowerShell or CMD.exe (run as Administrator).

OS X
  • Xcode
    • You also need to install the Command Line Tools via Xcode. You can find this under the menu Xcode -> Preferences -> Downloads
    • This step will install gcc and the related toolchain containing make
Linux
  • Download Atom for your distribution

  • Build dependencies:

    Ubuntu / Debian

    $ sudo apt-get install build-essential

    Fedora / CentOS / RHEL

    $ sudo dnf --assumeyes install make gcc gcc-c++ glibc-devel

    Arch

    $ sudo pacman -S --needed gconf base-devel

    openSUSE

    $ sudo zypper install make gcc gcc-c++ glibc-devel

Installation

Install particle-dev-complete meta package. After this it will ask you to install dependencies.

Usage

See our documentation to learn about how to use Particle Dev for software development.