summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
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)