Changes between Version 2 and Version 3 of Install
- Timestamp:
- Apr 24, 2011, 2:04:33 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Install
v2 v3 98 98 = Running the tools = 99 99 100 Once these tools are installed, be sure to add the bin path to your {{{PATH}}} environment variable 101 before working with MutekH: 100 When working with MutekH, be sure to add the `bin` and `lib` paths to your environment in order to use the tools: 102 101 103 102 {{{ 104 103 export PATH=/opt/mutekh/bin:$PATH 104 export LD_LIBRARY_PATH=/opt/mutekh/lib:$LD_LIBRARY_PATH 105 105 }}} 106 or 106 if installed in `/opt/mutekh`, or: 107 107 {{{ 108 108 export PATH=$HOME/mutekh/bin:$PATH 109 export LD_LIBRARY_PATH=$HOME/mutekh/lib:$LD_LIBRARY_PATH 109 110 }}} 111 if installed in `~/mutekh`.