From 43d8d4591933762cec4e0f72d434aa47311419d3 Mon Sep 17 00:00:00 2001 From: pancake Date: Sat, 2 Jun 2007 05:32:43 +0200 Subject: * 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. --- INSTALL | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') 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) -- cgit v1.2.3