From ed3cb1d3f8f21a067b30a9d6695515a791895c74 Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 12 Jun 2007 23:43:35 +0200 Subject: * 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 --- INSTALL | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'INSTALL') 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) -- cgit v1.2.3