Adding a simple README.
authorviric <viriketo@gmail.com>
Sun, 24 Oct 2010 12:53:28 +0200
changeset 6 d33abce98412
parent 5 8459d991779e
child 7 daa76fbc50aa
Adding a simple README.
README
maketar.sh
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Sun Oct 24 12:53:28 2010 +0200
@@ -0,0 +1,11 @@
+How to build:
+- Have the libusb development package and libraries installed
+- Run "make"
+
+Then you have the program 'pce' which you can run for programming (-s) or
+downloading from the device (-d).
+
+You will need read-write access to /dev/bus/usb/*/your_device. If you want a bit unsecure but
+easy access to it, you may want to set up an udev rule in your system like this:
+
+SUBSYSTEM=="usb", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="0003", MODE:="0666"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/maketar.sh	Sun Oct 24 12:53:28 2010 +0200
@@ -0,0 +1,7 @@
+#!/bin/sh
+VERSION=0.1
+D=pce-0.1
+
+mkdir $D
+cp pce.c LICENSE Makefile AUTHORS README $D
+tar cvzf $D.tar.gz $D