summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2007-06-02 05:32:43 +0200
committerpancake <pancake@dazo>2007-06-02 05:32:43 +0200
commit43d8d4591933762cec4e0f72d434aa47311419d3 (patch)
treea784a16d3debb2590b63af9be904ecaeac767fec /INSTALL
parentf299486ef9ee5531ebee567211eb7861ae7a93bf (diff)
download0xFFFF-43d8d4591933762cec4e0f72d434aa47311419d3.tar.bz2
* Initial import of the offline work of the GUI environment
- Not yet usable, it's just a sketch with glade O:) - But you can get fun hacking on the source! * Add deinstall target to the Makefile * Add INSTALL file for build & install instructions * Add documentation for local flashing.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..cb1c382
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,18 @@
+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 installation procedure is quite simple and you can define a new PREFIX
+manually from the command line:
+
+ $ make install PREFIX=/usr
+
+The default one is /usr/local (not very userfriendly but standards are
+standards :P hehe)