Changes between Version 1 and Version 2 of Install


Ignore:
Timestamp:
Apr 23, 2011, 1:35:16 PM (13 years ago)
Author:
becoulet
Comment:

added export PATH instructions

Legend:

Unmodified
Added
Removed
Modified
  • Install

    v1 v2  
    5959
    6060Other tools require being build with a specific set of options and customized for a particular target.
    61 MutekH comes with a script to build and install these tools for you.
     61MutekH comes with a script to build and install these tools for you. Default install location is {{{/opt/mutekh}}}
    6262
    6363== Building tools from source ==
     
    9595
    9696We still recommend building your own up to date tools from source if you plan to work with MutekH.
     97
     98= Running the tools =
     99
     100Once these tools are installed, be sure to add the bin path to your {{{PATH}}} environment variable
     101before working with MutekH:
     102
     103{{{
     104export PATH=/opt/mutekh/bin:$PATH
     105}}}
     106or
     107{{{
     108export PATH=$HOME/mutekh/bin:$PATH
     109}}}