-
Notifications
You must be signed in to change notification settings - Fork 232
please expand quick start to summarize initial installation #270
Comments
If you look at the requirements section of the README you will see that you need the Arduino IDE installed. That is where the boards.txt comes from. |
Thanks! I think it would be good to put that information in the tutorial. Just a few lines or a link about installing the IDE and whatever configuration is needed beyond that. From what I have read, your project would provide a more useful interface than the IDE for a user like myself, so I'm not necessarily interested in learning about the IDE beyond what is needed to use Just for context, I have untarred something which calls itself the Arduino IDE, and I ran Thank you! |
All I needed to do was
|
OK, it's not in the official repos of my distribution. But if you did |
How's this:
|
Or this:
|
Looks good. Commit it 👍 |
Hey thanks. By the way is Inotool still being used? This URL http://playground.arduino.cc/Learning/CommandLine says "The popular command line builder, Ino (available at http://inotool.org/) has not seen active development in some time and no longer works with newer versions of the Arduino IDE". If that is true, I think it should be in the Quick Start Guide as well... |
Yeah, it looks like ino is dead. https://github.com/scottdarch/Arturo is meant to be the continued fork. It ships a command called 'ano'. |
Did the maintainer just die or something? How odd... |
Hello! I was just looking at your quick start guide/tutorial. I haven't actually tried the steps, but I noticed that your output of
ino build
, the first step, contains the line:This seems to imply that I should have this
boards.txt
file somewhere on my system. Please update quick start with a few sentences explaining what other packages have to be installed before users can begin the tutorial. I think this will make it more accessible to beginners. Thank you!The text was updated successfully, but these errors were encountered: