From b02562b4df6a40c3437c0a6448caaaa44a477d67 Mon Sep 17 00:00:00 2001 From: Steven Kreuzer Date: Wed, 31 Mar 2010 18:23:29 +0000 Subject: Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. WWW: http://arduino.cc/ PR: ports/145041 Submitted by: Warren Block --- devel/arduino/files/pkg-message.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 devel/arduino/files/pkg-message.in (limited to 'devel/arduino/files/pkg-message.in') diff --git a/devel/arduino/files/pkg-message.in b/devel/arduino/files/pkg-message.in new file mode 100644 index 000000000000..3652b0a77f4e --- /dev/null +++ b/devel/arduino/files/pkg-message.in @@ -0,0 +1,20 @@ + +Notes on using the Arduino IDE: + +To allow serial port locking, add your user to the dialer group: + pw usermod myuser -G dialer + +User settings are in ~/.arduino/preferences.txt. Edit the file +when the IDE is not running. + +Setting the launcher for help files: + launcher=firefox + +Showing what the IDE is doing for build and upload commands (only +visible if you started the IDE from a console): + build.verbose=true + upload.verbose=true + +To start the IDE: + %%PREFIX%%/bin/arduino + -- cgit v1.2.3