diff --git a/README2.md b/README2.md index 5307995..8e5dac5 100644 --- a/README2.md +++ b/README2.md @@ -21,7 +21,8 @@ Install notes * Run `make` on the sattools folder * Helper scripts install_dependencies.sh and install_sattools.sh are available at scripts directory. - You can try run these scripts to install or use them as install guide. + You can try run these scripts to install or use them as install guide. + Note that install_dependencies.sh needs to be run with admin privileges (sudo ./install_dependencies.sh). * If you re-run install_sattools.sh you should previously rmdir sattools directory or otherwise souces will not be fetched even if they are not present at that dir diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index 184bfe4..1ad442c 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -3,7 +3,7 @@ echo "Step 1.1: install dependencies" sleep 1 apg-get update -apt-get install emacs gfortran libpng-dev libx11-dev libjpeg-dev libexif-dev git dos2unix sextractor +apt-get install ntp eog emacs gfortran libpng-dev libx11-dev libjpeg-dev libexif-dev git dos2unix sextractor echo "Step 1.2: goto /usr/local/src" sleep 1 @@ -82,7 +82,8 @@ rm /usr/local/src/qfits-5.2.0.tar.gz echo "Step 4.1: download wcslib-2.9" sleep 1 cd /usr/local/src -wget -c http://www.epta.eu.org/~bassa/wcslib-2.9.tar +wget -c "https://drive.google.com/uc?export=download&id=0B-15JZVdjJi4QW0zZmZUM1ZXblU" -O wcslib-2.9.tar +#wget -c http://www.epta.eu.org/~bassa/wcslib-2.9.tar echo "Step 4.2: unpack wcslib" sleep 1 @@ -164,7 +165,8 @@ bzip2 -cd ffmpeg-snapshot.tar.bz2 | tar xvf - echo "Step 7.3: patch pgmenc.c" sleep 1 cd /usr/local/src/ffmpeg/libavcodec -wget https://dl.dropboxusercontent.com/u/52579487/pnmenc.c -O pnmenc.c +wget -c -O pnmenc.c "https://drive.google.com/uc?export=download&id=0B-15JZVdjJi4YnVEdXEzVmExVEU" +#wget https://dl.dropboxusercontent.com/u/52579487/pnmenc.c -O pnmenc.c echo "Step 7.4: configure, make,make install" sleep 1