Skip to content

Commit 4ebbe36

Browse files
committed
Clean up MacOS readme
1 parent 1a45542 commit 4ebbe36

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

README-MacOS.txt

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,49 @@ Overview
44

55
This describes the initially implemented support on Mac OS X.
66

7-
The Mac funtionality has been tested, but other users will likely find issues. Please submit issues at https://sourceforge.net/p/qpc/bugs/ and submit questions and suggestions at https://sourceforge.net/p/qpc/discussion/668726/
7+
The Mac funtionality has been tested, but other users will likely find
8+
issues. Please submit issues at https://sourceforge.net/p/qpc/bugs/ and
9+
submit questions and suggestions at
10+
https://sourceforge.net/p/qpc/discussion/668726/
811

912
Install Dependencies
1013

11-
1. Install the AVR-GCC tooltrain for Mac OS X. Following are the commands to install using Homebrew (must have Homebrew installed):
14+
1. Install the AVR-GCC tooltrain for Mac OS X. Following are the commands
15+
to install using Homebrew (must have Homebrew installed):
1216

1317
> ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
1418
> brew tap osx-cross/avr
1519
> brew install avr-libc
1620
> brew install avrdude --with-usb
1721

18-
2. Install Arduino for Mac OS X by placing the Arduino application in the Applications folder. Open the application at least one time to overcome security warnings.
22+
2. Install Arduino for Mac OS X by placing the Arduino application in the
23+
Applications folder. Open the application at least one time to overcome
24+
security warnings.
1925

20-
3. Install Install QP-nano for Arduino into your Documents/Arduino folder (documentation refers to this as the Arduino Sketchbook folder).
26+
3. Install Install QP-nano for Arduino into your Documents/Arduino folder
27+
(documentation refers to this as the Arduino Sketchbook folder).
2128

2229
4. Install QM.
2330

2431
Instructions for Configuring External Tools for a Model
2532

2633
1. Ensure the model is not open in QM.
2734

28-
2. Copy the Blinky model's settings (libraries/qpn_avr/examples/blinky/.blinky.macos) from your Arduino Sketchbook folder to the model's folder.
35+
2. Copy the Blinky model's settings
36+
(libraries/qpn_avr/examples/blinky/.blinky.macos) from your Arduino
37+
Sketchbook folder to the model's folder.
2938

3039
3. Rename the settings file to your model's name (i.e., .mymodel).
3140

3241
4. Open QM and edit the settings from External Tools.
3342

34-
Once you have a working .model file, copy it to other models and use it as a starting point.
43+
Once you have a working .model file, copy it to other models and use it as
44+
a starting point.
3545

3646
Known Issues
3747

38-
1. The serialterm External Tool is working by opening a Terminal window. An additional Terminal window also appears and can be safely closed. When the Terminal window displaying the Arduino's output is closed, the port is busy and can no longer be accessed. Work-around is to unplug and re-connect the Arduino from the Mac's USB port.
48+
1. The serialterm External Tool is working by opening a Terminal window.
49+
An additional Terminal window also appears and can be safely closed. When
50+
the Terminal window displaying the Arduino's output is closed, the port is
51+
busy and can no longer be accessed. Work-around is to unplug and
52+
re-connect the Arduino from the Mac's USB port.

0 commit comments

Comments
 (0)