File: README

package info (click to toggle)
eso-midas 23.02pl1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 146,968 kB
  • sloc: ansic: 360,674; makefile: 6,231; sh: 6,003; pascal: 535; perl: 40; awk: 36; sed: 14
file content (23 lines) | stat: -rw-r--r-- 728 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
**************************** IMPORTANT NOTES **********************************

   the following notes are relevant for cygwin as of version CYGWIN_NT-5.1
   and later
 

1)	the include file values.h in this directory has to be copied
	to /usr/include/mingw to replace the values.h in there, e.g. :
	$ cd /usr/include/mingw
	$ mv values.h values.h.orig
	$ cp /midas/version/install/unix/systems/Cygwin/values.h .

2)	the VLT filenames using colons (:) make trouble, e.g. a tar aborts
	if it contains such a filename 
	so, we use instead of, eg:
	VISIR. 2004-09-30T03:17:49.095.fits 
	filenames like:
	VISIR.2004-09-30T03c17c49.095.fits

070521

*******************************************************************************