install.afni.html 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>3. Installing AFNI (software) &mdash; unix tutorial 0.1 documentation</title>
  7. <link rel="stylesheet" href="../_static/default.css" type="text/css" />
  8. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '../',
  12. VERSION: '0.1',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="../_static/jquery.js"></script>
  19. <script type="text/javascript" src="../_static/underscore.js"></script>
  20. <script type="text/javascript" src="../_static/doctools.js"></script>
  21. <link rel="top" title="unix tutorial 0.1 documentation" href="../index.html" />
  22. <link rel="next" title="4. Installing AFNI_data6 (sample class data)" href="install.data.html" />
  23. <link rel="prev" title="2. Opening a Terminal" href="background.1.terminal.html" />
  24. </head>
  25. <body>
  26. <div class="related">
  27. <h3>Navigation</h3>
  28. <ul>
  29. <li class="right" style="margin-right: 10px">
  30. <a href="../genindex.html" title="General Index"
  31. accesskey="I">index</a></li>
  32. <li class="right" >
  33. <a href="install.data.html" title="4. Installing AFNI_data6 (sample class data)"
  34. accesskey="N">next</a> |</li>
  35. <li class="right" >
  36. <a href="background.1.terminal.html" title="2. Opening a Terminal"
  37. accesskey="P">previous</a> |</li>
  38. <li><a href="../index.html">unix tutorial 0.1 documentation</a> &raquo;</li>
  39. </ul>
  40. </div>
  41. <div class="document">
  42. <div class="documentwrapper">
  43. <div class="bodywrapper">
  44. <div class="body">
  45. <div class="section" id="installing-afni-software">
  46. <span id="u-misc-installing-afni"></span><h1>3. Installing AFNI (software)<a class="headerlink" href="#installing-afni-software" title="Permalink to this headline">¶</a></h1>
  47. <p>To install AFNI, please see <a class="reference external" href="http://afni.nimh.nih.gov/pub/dist/HOWTO/howto/ht00_inst/html/index.html">HowTo #0</a> for descriptions and details.</p>
  48. <p>For help with installation difficulties, please search or post to the <a class="reference external" href="http://afni.nimh.nih.gov/afni/community/board">AFNI Message Board</a></p>
  49. <p>If you are somewhat confident, consider this quick example for a modern Linux system:</p>
  50. <div class="highlight-python"><pre>curl -O http://afni.nimh.nih.gov/pub/dist/tgz/linux_openmp_64.tgz
  51. tar xfz linux_openmp_64.tgz
  52. mv linux_openmp_64 ~/abin
  53. echo 'set path = ( $path $HOME/abin )' &gt;&gt; ~/.cshrc
  54. source ~/.cshrc</pre>
  55. </div>
  56. <p>Alternatively, consider this quick example for a general system:</p>
  57. <div class="highlight-python"><pre>curl -O http://afni.nimh.nih.gov/pub/dist/bin/linux_openmp_64/@update.afni.binaries
  58. tcsh @update.afni.binaries -defaults
  59. echo 'set path = ( $path $HOME/abin )' &gt;&gt; ~/.cshrc
  60. source ~/.csrhc</pre>
  61. </div>
  62. <p>To update an existing AFNI installation, consider simply:</p>
  63. <div class="highlight-python"><pre>@update.afni.binaries -defaults</pre>
  64. </div>
  65. <p>After this is done, it may be necessary to open a new terminal window.</p>
  66. <div class="admonition-see-also admonition seealso">
  67. <p class="first admonition-title">See also</p>
  68. <ul class="last simple">
  69. <li><a class="reference external" href="http://afni.nimh.nih.gov/pub/dist/doc/program_help/&#64;update.afni.binaries.html">&#64;update.afni.binaries -help</a></li>
  70. <li><a class="reference external" href="http://afni.nimh.nih.gov/pub/dist/HOWTO/howto/ht00_inst/html/index.html">HowTo #0 - main page</a></li>
  71. <li><a class="reference external" href="http://afni.nimh.nih.gov/pub/dist/HOWTO/howto/ht00_inst/html/linux_inst_basic.html">HowTo #0 - Linux install</a></li>
  72. <li><a class="reference external" href="http://afni.nimh.nih.gov/pub/dist/HOWTO/howto/ht00_inst/html/mac_10.78.html">HowTo #0 - Mac install</a></li>
  73. <li><a class="reference external" href="http://afni.nimh.nih.gov/pub/dist/HOWTO/howto/ht00_inst/html/class_setup.html">AFNI bootcamp class setup</a></li>
  74. </ul>
  75. </div>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. <div class="sphinxsidebar">
  81. <div class="sphinxsidebarwrapper">
  82. <h4>Previous topic</h4>
  83. <p class="topless"><a href="background.1.terminal.html"
  84. title="previous chapter">2. Opening a Terminal</a></p>
  85. <h4>Next topic</h4>
  86. <p class="topless"><a href="install.data.html"
  87. title="next chapter">4. Installing AFNI_data6 (sample class data)</a></p>
  88. <h3>This Page</h3>
  89. <ul class="this-page-menu">
  90. <li><a href="../_sources/misc/install.afni.txt"
  91. rel="nofollow">Show Source</a></li>
  92. </ul>
  93. <div id="searchbox" style="display: none">
  94. <h3>Quick search</h3>
  95. <form class="search" action="../search.html" method="get">
  96. <input type="text" name="q" />
  97. <input type="submit" value="Go" />
  98. <input type="hidden" name="check_keywords" value="yes" />
  99. <input type="hidden" name="area" value="default" />
  100. </form>
  101. <p class="searchtip" style="font-size: 90%">
  102. Enter search terms or a module, class or function name.
  103. </p>
  104. </div>
  105. <script type="text/javascript">$('#searchbox').show(0);</script>
  106. </div>
  107. </div>
  108. <div class="clearer"></div>
  109. </div>
  110. <div class="related">
  111. <h3>Navigation</h3>
  112. <ul>
  113. <li class="right" style="margin-right: 10px">
  114. <a href="../genindex.html" title="General Index"
  115. >index</a></li>
  116. <li class="right" >
  117. <a href="install.data.html" title="4. Installing AFNI_data6 (sample class data)"
  118. >next</a> |</li>
  119. <li class="right" >
  120. <a href="background.1.terminal.html" title="2. Opening a Terminal"
  121. >previous</a> |</li>
  122. <li><a href="../index.html">unix tutorial 0.1 documentation</a> &raquo;</li>
  123. </ul>
  124. </div>
  125. <div class="footer">
  126. &copy; Copyright 2015, rick reynolds.
  127. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
  128. </div>
  129. </body>
  130. </html>