micropeak: Add ReadMe.rtf to Mac distribution
authorKeith Packard <keithp@keithp.com>
Sun, 6 Jan 2013 21:00:00 +0000 (13:00 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 6 Jan 2013 21:00:00 +0000 (13:00 -0800)
There are *two* steps to installing MicroPeak on Mac OSX. Best help
out the poor user by explaining that.

Signed-off-by: Keith Packard <keithp@keithp.com>
micropeak/Makefile.am
micropeak/ReadMe-Mac.rtf [new file with mode: 0644]

index 38945e823302e1f0a3ef58331d95daac58d6733b..b80cabf2d6c4de3bd42964c6af57c78c6ea1f97b 100644 (file)
@@ -89,7 +89,8 @@ LINUX_EXTRA=micropeak-fat
 
 MACOSX_INFO_PLIST=Info.plist
 MACOSX_DRIVER=FTDI.tar.gz
-MACOSX_FILES=$(FAT_FILES) libaltos.dylib $(MACOSX_INFO_PLIST) $(MACOSX_DRIVER)
+MACOSX_README=ReadMe-Mac.rtf
+MACOSX_FILES=$(FAT_FILES) libaltos.dylib $(MACOSX_INFO_PLIST) $(MACOSX_DRIVER) $(MACOSX_README)
 
 WINDOWS_FILES=$(FAT_FILES) altos.dll altos64.dll $(top_srcdir)/telemetrum.inf $(WINDOWS_ICON)
 
@@ -212,6 +213,7 @@ $(MACOSX_DIST): $(MACOSX_FILES)
        -rm -rf macosx
        mkdir macosx
        cp -a MicroPeak.app macosx/
+       cp -a $(MACOSX_README) macosx/ReadMe.rtf
        cp -p Info.plist macosx/MicroPeak.app/Contents
        tar xzf $(MACOSX_DRIVER) -C macosx
        mkdir -p macosx/MicroPeak.app/Contents/Resources/Java
diff --git a/micropeak/ReadMe-Mac.rtf b/micropeak/ReadMe-Mac.rtf
new file mode 100644 (file)
index 0000000..64bbdeb
--- /dev/null
@@ -0,0 +1,19 @@
+{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf510
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\margl1440\margr1440\vieww10800\viewh8400\viewkind0
+\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
+
+\f0\fs24 \cf0 Installing MicroPeak software for Mac OS X computers\
+\
+There are two files included in the Mac OS X distribution:\
+\
+ 1) The MicroPeak application\
+\
+ 2) The FTDI device drivers\
+\
+As with most Mac OS X applications, install MicroPeak by dragging it from the distribution disk image to a suitable place on your computer.\
+\
+To communicate with the MicroPeak serial adapter, you need to installed the FTDI device drivers, which is done by double-clicking on the FTDIUSBSerialDriver package file. That will guide you through the installation process.\
+\
+Thanks for choosing AltusMetrum products!}
\ No newline at end of file