|
Rather than downloading a frozen version of the
software (above), anonymous CVS access is available to keep you
on the bleeding edge. Downloading from CVS guarantees that you are
using only the most recent version of the software:
Step 1:
Copy and paste the following line in a terminal
window:
cvs -d :pserver:anonymous@cvs.atamai.com:/var/cvsroot login
The password is your email address. You are now
logged into our CVS system.
Step 2:
Copy and paste the following line:
cvs -d :pserver:anonymous@cvs.atamai.com:/var/cvsroot checkout atamai
You now have the latest version of the Atamai software.
Step 3:
Using a shell or terminal, cd (change directory) into atamai/examples
Once there, type: python
miniasp.py /path/to/phantom.mnc (or any other minc file)
Errors? See Requirements
section.
Step 4:
From now on, whenever you want to update the Atamai
software with the latest code, cd into your atamai directory and
type:
cvs update
As the CVS engine checks every one of the files
in the Atamai directory, it will list them in your terminal window.
New files that are added to your directory will be indicated by
the letter U, files that have been patched (updated)
will be prefaced by a P,
files you've modified that are different from the CVS version are
indicated by an M and any updated files with conflicts
(code that you've added which could interfere with the software's
function), are prefaced with a C (you need to open
these files and fix the conflict before running the software. Hint
- do a search for a line of ">>>>>" characters).
If you'd like to monitor changes made to the Atamai
software, browse our CVS
web
|