joshmarinacci / ElectronIDE

New web based Arduino IDE
BSD 3-Clause "New" or "Revised" License
246 stars 50 forks source link

Streamline the installation process #12

Closed mrquincle closed 10 years ago

mrquincle commented 10 years ago

Hi, to make the installation smooth:

Remove the dependency on Arduino IDE. Remove the dependency on arduino-data.

If you really need the latter, package it as a node module that you can pull in through npm.

Also make sure the defaults in settings.js are not set to your home directory. Set them to something that does not need to be adjusted. :rowboat:

And thanks a lot! :+1:

joshmarinacci commented 10 years ago

I just made the arduino-data project be a module so you don't have to install it separately anymore.

mrquincle commented 10 years ago

Nice, it now runs straight from the box. Even without setting the paths. That's perfect.