User:Bear:My Environment: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
Line 1: Line 1:
== Mac OS X 10.6 (aka Snow Leopard)
== Mac OS X 10.6 (aka Snow Leopard) ==


=== Bash .profile ===
=== Bash .profile ===
Line 24: Line 24:


=== GnuPG v2 ===
=== GnuPG v2 ===
==== libgpg-error ====


  curl -O http://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.7.tar.bz2
  curl -O http://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.7.tar.bz2
Line 31: Line 33:
  make
  make
  sudo make install
  sudo make install
==== libgcrypt ====


  curl -O http://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.4.5.tar.bz2
  curl -O http://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.4.5.tar.bz2
Line 38: Line 42:
  make
  make
  sudo make install
  sudo make install
==== libksba ====


  curl -O http://ftp.gnupg.org/gcrypt/libksba/libksba-1.0.7.tar.bz2
  curl -O http://ftp.gnupg.org/gcrypt/libksba/libksba-1.0.7.tar.bz2
Line 45: Line 51:
  make
  make
  sudo make install
  sudo make install
==== pth ====


  curl -O http://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz
  curl -O http://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz
Line 52: Line 60:
  make
  make
  sudo make install
  sudo make install
==== libassuan ====


  curl -O http://ftp.gnupg.org/gcrypt/libassuan/libassuan-1.0.5.tar.bz2
  curl -O http://ftp.gnupg.org/gcrypt/libassuan/libassuan-1.0.5.tar.bz2
Line 59: Line 69:
  make
  make
  sudo make install
  sudo make install
==== gnupg ====


  curl -O http://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.9.tar.bz2
  curl -O http://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.9.tar.bz2
Line 119: Line 131:
  tar xzf libIDL-0.8.13.tar.gz
  tar xzf libIDL-0.8.13.tar.gz
  cd libIDL-0.8.13
  cd libIDL-0.8.13
./configure --prefix=/opt
make
sudo make install
=== autoconf213 ===
curl -0 http://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz
tar xzf autoconf-2.13.tar.gz
cd autoconf
  ./configure --prefix=/opt
  ./configure --prefix=/opt
  make
  make
  sudo make install
  sudo make install
470

edits

Navigation menu