User Tools

Site Tools


scamp
no way to compare when less than two revisions

Differences

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


Previous revision
Last revision
scamp [2009/09/26 06:03] – CDS aclient pkubanek
Line 1: Line 1:
 +====== Scamp SVN installation for Ubuntu/Debian ======
  
 +<code bash>
 +sudo apt-get install libfftw3-dev liblapack-dev libatlas-headers libatlas-base-dev
 +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>
scamp.txt · Last modified: 2009/09/26 00:00 (external edit)