README
author viric <viriketo@gmail.com>
Sun, 24 Oct 2010 23:23:31 +0200
changeset 13 81bf8969066f
parent 7 daa76fbc50aa
child 16 62f8cead15df
permissions -rw-r--r--
Added tag v0.02 for changeset faac84f37171
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
     1
* BUILD
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
     2
6
d33abce98412 Adding a simple README.
viric <viriketo@gmail.com>
parents:
diff changeset
     3
- Have the libusb development package and libraries installed
d33abce98412 Adding a simple README.
viric <viriketo@gmail.com>
parents:
diff changeset
     4
- Run "make"
d33abce98412 Adding a simple README.
viric <viriketo@gmail.com>
parents:
diff changeset
     5
d33abce98412 Adding a simple README.
viric <viriketo@gmail.com>
parents:
diff changeset
     6
Then you have the program 'pce' which you can run for programming (-s) or
d33abce98412 Adding a simple README.
viric <viriketo@gmail.com>
parents:
diff changeset
     7
downloading from the device (-d).
d33abce98412 Adding a simple README.
viric <viriketo@gmail.com>
parents:
diff changeset
     8
7
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
     9
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
    10
* INSTALLATION
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
    11
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
    12
Copy the 'pce' program wherever you want.
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
    13
6
d33abce98412 Adding a simple README.
viric <viriketo@gmail.com>
parents:
diff changeset
    14
You will need read-write access to /dev/bus/usb/*/your_device. If you want a bit unsecure but
d33abce98412 Adding a simple README.
viric <viriketo@gmail.com>
parents:
diff changeset
    15
easy access to it, you may want to set up an udev rule in your system like this:
d33abce98412 Adding a simple README.
viric <viriketo@gmail.com>
parents:
diff changeset
    16
d33abce98412 Adding a simple README.
viric <viriketo@gmail.com>
parents:
diff changeset
    17
SUBSYSTEM=="usb", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="0003", MODE:="0666"
7
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
    18
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
    19
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
    20
* LICENSE
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
    21
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
    22
The code is licensed on terms of the GPLv3 license or later. Please find the license in the file
daa76fbc50aa Adding about the license and the version in the program.
viric <viriketo@gmail.com>
parents: 6
diff changeset
    23
LICENSE distributed with the program.