Changeset 4517
- Timestamp:
- May 30, 2007, 5:54:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/util.py
r4516 r4517 564 564 msg += 'recognised on the system PATH.\n\n' 565 565 msg += 'If ANUGA has been installed from a distribution e.g. as ' 566 msg += 'obtained from SourceForge \n'566 msg += 'obtained from SourceForge,\n' 567 567 msg += 'the version info should be ' 568 568 msg += 'available in the automatically generated file ' 569 569 msg += 'stored_version_info.py\n' 570 570 msg += 'in the anuga root directory.\n' 571 msg += 'If ANUGA is run from a Subversion sandpit, ' 572 msg += 'the version info should ' 573 msg += 'be obtained by using the command: "svn info".\n' 574 msg += 'However, if svn is not available on the system path, ANUGA ' 575 msg += 'will be unable to use that command.\n' 576 msg += 'In this case, make sure svn is accessible on your system. ' 577 msg += 'simply aliasing svn to the binary will not work. ' 571 msg += 'If run from a Subversion sandpit, ' 572 msg += 'ANUGA will try to obtain the version info ' 573 msg += 'by using the command: "svn info".\n' 574 msg += 'In this case, make sure svn is accessible on the system path. ' 575 msg += 'Simply aliasing svn to the binary will not work. ' 578 576 msg += 'Good luck!' 579 577
Note: See TracChangeset
for help on using the changeset viewer.