Skip to content

Commit 6ebbba4

Browse files
committed
Now CFITSIO is built
1 parent 9de67c7 commit 6ebbba4

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

presto-installer.sh

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,23 @@ cd $ASTROSOFT
6565
echo "Getting TEMPO... "
6666
cd $ASTROSOFT
6767
#git clone git://git.code.sf.net/p/tempo/tempo
68-
cd $ASTROSOFT/tempo
69-
./prepare
68+
#cd $ASTROSOFT/tempo
69+
#./prepare
70+
#./configure --prefix=$HOME
71+
#make
72+
#make install
73+
74+
75+
echo "Done. "
76+
# Get CFITS IO
77+
echo "Getting CFITSIO"
78+
cd $ASTROSOFT
79+
#wget http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.48.tar.gz
80+
tar -zxf cfitsio-3.48.tar.gz
81+
cd $ASTROSOFT/cfitsio-3.48
7082
./configure --prefix=$HOME
7183
make
7284
make install
73-
74-
7585
echo "Done. "
7686
# Get PRESTO
7787

0 commit comments

Comments
 (0)