| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 874 |
|
If you later wish to bring your source code up to date with the current version available from the master repository at the AIPS++ center, you can do this easily with CVSup and the ontrol scripts which the setup step generated:
bash$ cd /usr/local/aips++
bash$ cvsup sup/files/code
bash$ cd code
bash$ gmake allsys
This procedure can be repeated whenever you wish, and subsequent updates will
only download those portions of the code repository which have been modified
or added. It will not download everything again.