README
author viric <viriketo@gmail.com>
Sun, 24 Oct 2010 23:23:24 +0200
changeset 12 faac84f37171
parent 7 daa76fbc50aa
child 16 62f8cead15df
permissions -rw-r--r--
Towards v0.2

* 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).


* INSTALLATION

Copy the 'pce' program wherever you want.

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"


* LICENSE

The code is licensed on terms of the GPLv3 license or later. Please find the license in the file
LICENSE distributed with the program.