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
Next revision
Previous revision
skycat [2010/03/25 23:41] – Ubuntu 9.10 expansion jstroblskycat [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
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.1269556900.txt.gz · Last modified: 2010/03/25 00:00 (external edit)