User Tools

Site Tools


skycat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
skycat [2010/03/25 23:41] – Ubuntu 9.10 expansion jstroblskycat [2010/03/26 02:35] – old revision restored (wasn't able to compile it undet Ubuntu 9.10) jstrobl
Line 3: Line 3:
 This document is ment as a simple howto for installing [[http://archive.eso.org/cms/tools-documentation/skycat|ESO SkyCat Tool]] on Debian and Ubuntu systems. It surely is not comprehensive nor authoritative, it's rather the simple description of "how we did it". But it still may come in handy ;-). This document is ment as a simple howto for installing [[http://archive.eso.org/cms/tools-documentation/skycat|ESO SkyCat Tool]] on Debian and Ubuntu systems. It surely is not comprehensive nor authoritative, it's rather the simple description of "how we did it". But it still may come in handy ;-).
  
-The original version from Petr Kubanek was only for Ubuntu 08.10, now it's extended to Debian 4.0 Etch, Debian 5.0 Lenny and Ubuntu 09.04 and 9.10.+The original version from Petr Kubanek was only for Ubuntu 08.10, now it's extended to Debian 4.0 Etch, Debian 5.0 Lenny and Ubuntu 09.04.
  
 ====== Downloads ====== ====== Downloads ======
Line 17: Line 17:
 </code> </code>
  
-  * Ubuntu 09.04 & 9.10:+  * Ubuntu 09.04:
 <code bash> <code bash>
 user@host:~$ wget http://archive.eso.org/cms/tools-documentation/skycat-download/skycat-3.0.2.src.tar.gz user@host:~$ wget http://archive.eso.org/cms/tools-documentation/skycat-download/skycat-3.0.2.src.tar.gz
Line 130: Line 130:
 <code bash> <code bash>
 for i in ./cat/configure ./rtd/configure ./tclutil/configure ./skycat/configure ./astrotcl/configure; do cp $i ${i}.orig; cat ${i}.orig | sed "s/\/etc\/\.relid'/\/etc\/.relid/" > $i; done for i in ./cat/configure ./rtd/configure ./tclutil/configure ./skycat/configure ./astrotcl/configure; do cp $i ${i}.orig; cat ${i}.orig | sed "s/\/etc\/\.relid'/\/etc\/.relid/" > $i; done
-</code> 
- 
-  * Ubuntu 9.10: 
-You need to change the type in tclutil/generic/HTTP.C file, row 1111: 
- 
-<code c++> 
-char *hostdomain = strchr(host, '.'); 
-</code> 
- 
-becomes 
- 
-<code c++> 
-char *hostdomain = strchr((char *)host, '.'); 
 </code> </code>
  
Line 154: Line 141:
 </code> </code>
  
-  * Ubuntu 09.04 & 9.10:+  * Ubuntu 09.04:
 <code bash> <code bash>
 user@host:~$ ./configure --with-tcl=/usr/lib/tcl8.5/ --with-tk=/usr/lib/tk8.5 --with-tkinclude=/usr/include/tcl8.5 --with-blt=/usr/lib user@host:~$ ./configure --with-tcl=/usr/lib/tcl8.5/ --with-tk=/usr/lib/tk8.5 --with-tkinclude=/usr/include/tcl8.5 --with-blt=/usr/lib
skycat.txt · Last modified: 2010/03/26 00:00 (external edit)