Changes between Version 15 and Version 16 of VisIt/build_x86


Ignore:
Timestamp:
10/20/15 16:47:26 (9 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisIt/build_x86

    v15 v16  
    162162}}}
    163163
    164   * add !VisIt librarys to your path before you start !VisIt - especially a wrong Qt leads to errors difficult to track \\ (check with 'ldd' on !VisIt's gui-binary)
    165 {{{ #!ShellExample
    166 export LD_LIBRARY_PATH=<INSTALL_DIR_PATH>/current/linux-x86_64/lib:$LD_LIBRARY_PATH
    167 }}}
    168 
    169164  * run !VisIt
    170165{{{ #!ShellExample
     
    183178  * host profiles are located in src/resources/hosts/.
    184179
     180  * this should not be required, as visit should set LD_LIBRARY_PATH on its own ... anyway
     181{{{ #!ShellExample
     182export LD_LIBRARY_PATH=<INSTALL_DIR_PATH>/current/linux-x86_64/lib:$LD_LIBRARY_PATH
     183}}}
     184
    185185  * more details:
    186186      - http://www.visitusers.org/index.php?title=Build_visit_overview