Correlator General Installation Instructions
From CwWiki
[edit]
General Installation Instructions For Source Code Testing ONLY
Correlator used several packages. If you are interested in using SVN for beta testing latest version, several packages are needed on your system. Otherwise, use current download release. The links provided are general links, you will have to look for your particular machine on each of those pages.
These packages are:
- Subversion, for retrieving the program, helps files, and sample data input.
- Python is used to make the program. Be sure to choose a version that is compatible with the compiler you plan on using. Also, you need at least version 2.5.
- WxPython is used for menus and graphics.
- Numerical Python is used for the (um) numerical calculations in the program.
- Xerces-C++ is used for parsing XML.
- A C++ compiler. We have currently tested on gcc on the Mac with XCode, version 2.4.
- A Shell. This latter item is automatically available on Mac and Linux. We are investigating usable PC command shells.
The links provided are general links, you will have to look for your particular machine on each of those pages.

