User Tools

Site Tools


scamp

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
scamp [2009/09/25 21:28] – created pkubanekscamp [2009/09/26 06:03] – CDS aclient pkubanek
Line 4: Line 4:
 sudo apt-get install libfftw3-dev liblapack-dev libatlas-headers libatlas-base-dev sudo apt-get install libfftw3-dev liblapack-dev libatlas-headers libatlas-base-dev
 svn co https://astromatic.iap.fr/pubsvn/software/scamp/trunk/ scamp svn co https://astromatic.iap.fr/pubsvn/software/scamp/trunk/ scamp
 +cd scamp
 +make
 +sudo make install
 +</code>
 +
 +You will need CDS aclient (to retrieve catalogs):
 +
 +<code bash>
 +http://cdsarc.u-strasbg.fr/ftp/pub/sw/cdsclient.tar.gz
 +tar xzf cdsclient.tar.gz
 +cd cdsclient-*
 +./configure
 +make
 +sudo make install
 </code> </code>
scamp.txt · Last modified: 2009/09/26 00:00 (external edit)