Browse Source

Update INSTALL documentation with information about 'make install'

master
Jean-Paul Saman 14 years ago
committed by Christophe Massiot
parent
commit
4a47068520
1 changed files with 11 additions and 3 deletions
  1. +11
    -3
      INSTALL

+ 11
- 3
INSTALL View File

@ -3,6 +3,14 @@ $Id$
Installing biTStream 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

Loading…
Cancel
Save