Changes between Version 1 and Version 2 of Install
- Timestamp:
- Apr 23, 2011, 1:35:16 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Install
v1 v2 59 59 60 60 Other 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. 61 MutekH comes with a script to build and install these tools for you. Default install location is {{{/opt/mutekh}}} 62 62 63 63 == Building tools from source == … … 95 95 96 96 We still recommend building your own up to date tools from source if you plan to work with MutekH. 97 98 = Running the tools = 99 100 Once these tools are installed, be sure to add the bin path to your {{{PATH}}} environment variable 101 before working with MutekH: 102 103 {{{ 104 export PATH=/opt/mutekh/bin:$PATH 105 }}} 106 or 107 {{{ 108 export PATH=$HOME/mutekh/bin:$PATH 109 }}}