From 4a47068520e82f4575f164348a952575f80adb84 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Mon, 8 Nov 2010 13:14:03 +0000 Subject: [PATCH] Update INSTALL documentation with information about 'make install' --- INSTALL | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index f3b6ece..3a2369f 100644 --- a/INSTALL +++ b/INSTALL @@ -3,6 +3,14 @@ $Id$ Installing biTStream ==================== -No Makefile yet... Just create a /usr/include/bitstream or -/usr/local/include/bitstream directory, and copy all top-level directories -there. +Make install copies all top-level directories (except dvb-examples) in +/usr/local/include/bitstream directory. + +Install bitstream in its default location /usr/local/include/bitstream: + +$> make install + +Install bitstream in another location, eg: /usr/include/bitstream + +$> make PREFIX=/usr install +