summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2007-06-12 23:43:35 +0200
committerpancake <pancake@dazo>2007-06-12 23:43:35 +0200
commited3cb1d3f8f21a067b30a9d6695515a791895c74 (patch)
tree870f7a4117da346d0a66cc4d497451fa93c417e6 /INSTALL
parentea97ac427eb9ff7ec48baf3a5ab7cc293fc34b70 (diff)
download0xFFFF-ed3cb1d3f8f21a067b30a9d6695515a791895c74.tar.bz2
* Finally integrate libusb in Makefiles. Use 'allusb' target to build a 0xFFFF binary without library dependencies (libusb)
* Add 'static' makefile target for building a statically linked 0xFFFF * Documentate all makefile targets in INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 12 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index cb1c382..983d3d2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,10 +9,21 @@ Just type:
$ make
+The most interesting targets for make are:
+
+ all normal build
+ allusb builds 0xFFFF without libusb dependency (embedded)
+ static builds 0xFFFF statically (no need for libusb)
+
+ install installs into /usr/local by default
+
+ 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:
- $ make install PREFIX=/usr
+ $ sudo make install PREFIX=/usr
The default one is /usr/local (not very userfriendly but standards are
standards :P hehe)