Changes between Version 2 and Version 3 of Install


Ignore:
Timestamp:
Apr 24, 2011, 2:04:33 AM (13 years ago)
Author:
becoulet
Comment:

added LD_LIBRARY_PATH

Legend:

Unmodified
Added
Removed
Modified
  • Install

    v2 v3  
    9898= Running the tools =
    9999
    100 Once these tools are installed, be sure to add the bin path to your {{{PATH}}} environment variable
    101 before working with MutekH:
     100When working with MutekH, be sure to add the `bin` and `lib` paths to your environment in order to use the tools:
    102101
    103102{{{
    104103export PATH=/opt/mutekh/bin:$PATH
     104export LD_LIBRARY_PATH=/opt/mutekh/lib:$LD_LIBRARY_PATH
    105105}}}
    106 or
     106if installed in `/opt/mutekh`, or:
    107107{{{
    108108export PATH=$HOME/mutekh/bin:$PATH
     109export LD_LIBRARY_PATH=$HOME/mutekh/lib:$LD_LIBRARY_PATH
    109110}}}
     111if installed in `~/mutekh`.