File: INSTALL

package info (click to toggle)
0xffff 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 468 kB
  • sloc: ansic: 5,913; makefile: 47; xml: 20
file content (26 lines) | stat: -rw-r--r-- 723 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Installation instructions:
==========================

To build the flasher you will need gcc, make and libusb. For crosscompiling
to arm you can use scratchbox. But you will probably need the libusb.so of
the scratchbox environment to the device.

Just type:

  $ make

The most interesting targets for make are:

  all        normal build
  install    installs into /usr/local by default
  uninstall  remove installed files
  clean      clean compilation objects and generated binaries


The installation procedure is quite simple and you can define a new PREFIX
manually from the command line:

  $ sudo make install PREFIX=/usr

The default one is /usr/local (not very userfriendly but standards are
standards :P hehe)