Macshort

From MediaWiki

(Difference between revisions)
Jump to: navigation, search
m (High Sierra 10.13.1)
m (iraf)
Line 26: Line 26:
Under: Install IRAF external packages
Under: Install IRAF external packages
-
Change dlcmd="usr/bin/ftp" to dlcmd="/usr/local/bin/ftp" in /iraf/iraf/extern
+
Change dlcmd="usr/bin/ftp" to dlcmd="/usr/local/bin/wget" in /iraf/iraf/extern/pkgget:
 +
 
 +
  FROM dlcmd="/usr/local/ftp" TO dlcmd="/usr/local/bin/wget"
 +
 
 +
Check if wget is in that location first. Change the ftp directory in
 +
 
 +
  FROM /bin/echo "ftp://iraf.noao.edu/iraf/v216/REPO" TO /bin/echo "http://iraf.noao.edu/ftp/v216/REPO/"
 +
 
 +
 
 +
Before you try to install IRAF disable SIP entirely for your machine:
 +
Restart.Hold cmd+R to enter Recovery mode.Go to Utilities->Terminal.Type
 +
  csrutil disable; reboot
 +
 
 +
After installation if you get the msg while trying to awake ds9:
 +
  Error msg: "BKG ERROR: new CL installed; logout and try again"
 +
Download vocl.e from
 +
    http://iraf.noao.edu/iraf/ftp/ftp/v216/support/macintel/
 +
and put it in your /iraf/iraf/bin.linux64 directory

Revision as of 10:18, 9 November 2017

Contents

High Sierra 10.13.1

wget

  ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  brew install wget --with-libressl

ftp

curl http://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.gz -o inetutils-1.9.4.tar.gz tar xvzf inetutils-1.9.4.tar.gz cd inetutils-1.9.4 ./configure make sudo make install

XQuartz

  https://www.xquartz.org 

iraf

Follow instructions on:

  http://www.iac.es/sieinvens/siepedia/pmwiki.php?n=HOWTOs.IrafMacOSX

Under: Install IRAF external packages

Change dlcmd="usr/bin/ftp" to dlcmd="/usr/local/bin/wget" in /iraf/iraf/extern/pkgget:

  FROM dlcmd="/usr/local/ftp" TO dlcmd="/usr/local/bin/wget"

Check if wget is in that location first. Change the ftp directory in

  FROM /bin/echo "ftp://iraf.noao.edu/iraf/v216/REPO" TO /bin/echo "http://iraf.noao.edu/ftp/v216/REPO/" 


Before you try to install IRAF disable SIP entirely for your machine: Restart.Hold cmd+R to enter Recovery mode.Go to Utilities->Terminal.Type

  csrutil disable; reboot

After installation if you get the msg while trying to awake ds9:

  Error msg: "BKG ERROR: new CL installed; logout and try again"

Download vocl.e from

   http://iraf.noao.edu/iraf/ftp/ftp/v216/support/macintel/

and put it in your /iraf/iraf/bin.linux64 directory

Personal tools