mailr15512 - in /website: faq.html menu.html


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 16, 2012 - 15:08:
Author: bugman
Date: Fri Mar 16 15:08:07 2012
New Revision: 15512

URL: http://svn.gna.org/viewcvs/relax?rev=15512&view=rev
Log:
Activated the FAQ for http://nmr-relax.com.

This page is now included in the side menu and has two entries for subversion 
usage.


Modified:
    website/faq.html
    website/menu.html

Modified: website/faq.html
URL: 
http://svn.gna.org/viewcvs/relax/website/faq.html?rev=15512&r1=15511&r2=15512&view=diff
==============================================================================
--- website/faq.html (original)
+++ website/faq.html Fri Mar 16 15:08:07 2012
@@ -30,6 +30,24 @@
   <div class="main_box">
     <h1>Frequently Asked Questions (FAQ)</h1>
 
+     <h3>How do I obtain the newest relax source code?</h3>
+
+      <p>To obtain the most up to date copy of the relax source code without 
waiting for a new release, the new code can be checked out from the 
repository by typing:</p>
+      <p><em>$ svn co svn://svn.gna.org/svn/relax/1.3 relax-1.3</em></p>
+      <p>or if this doesn't work:</p>
+      <p><em>$ svn co http://svn.gna.org/svn/relax/1.3 relax-1.3</em></p>
+      <p>If you already have a checked out copy, try typing:</p>
+      <p><em>$ svn up</em></p>
+      <p>This requires installation of the <a 
href="http://subversion.tigris.org/";>subversion program</a>.  If the fitting 
of the R<sub>1</sub> and R<sub>2</sub> NMR relaxation rates is required, the 
relaxation curve-fitting C modules will need to be compiled using <a 
href='http://www.scons.org/'>SCons</a>.  For more information, see the 
compilation subsection of the <a 
href="http://www.nmr-relax.com/download.html#Source_code_repository";>relax 
downloads</a> page.</p>
+
+     <h3>How do I check out a relax source code branch?</h3>
+
+      <p>Sometimes code for new analyses or a new feature is developed 
within a dedicated branch within the <a 
href="http://svn.gna.org/viewcvs/relax/";>relax repository</a>.  To obtain, 
for example, the <em>relax_disp</em> relax branch, type:</p>
+      <p><em>$ svn co svn://svn.gna.org/svn/relax/relax_disp</em></p>
+      <p>or:</p>
+      <p><em>$ svn co http://svn.gna.org/svn/relax/relax_disp</em></p>
+      <p>This will create the directory <em>relax_disp</em> containing the 
source code of the branch.</p>
+
   </div>
 
 </div>

Modified: website/menu.html
URL: 
http://svn.gna.org/viewcvs/relax/website/menu.html?rev=15512&r1=15511&r2=15512&view=diff
==============================================================================
--- website/menu.html (original)
+++ website/menu.html Fri Mar 16 15:08:07 2012
@@ -13,6 +13,7 @@
     <li class="menu_def"><a href="links.html" title="Where to find relax on 
the web">Links</a></li>
     <li class="menu_def"><a href="api/" title="The relax internals">API 
documentation</a></li>
     <li class="menu_def"><a href="devel_platform.html" title="Setting up a 
development platform">Development platform setup</a></li>
+    <li class="menu_def"><a href="faq.html" title="FAQ">relax FAQ</a></li>
 
     <li class="menu_title">relax @ Gna!</li>
     <li class="menu_def"><a href="http://gna.org/projects/relax"; title="The 
Gna! site for the project relax.">The relax project</a></li>




Related Messages


Powered by MHonArc, Updated Fri Mar 16 15:40:01 2012