User Tools

Site Tools


scamp

Differences

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


Previous revision
scamp [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
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)