Register now and start sharing your code snippets.
-->

How to install fink on Mac OSX Leopard

Shell Script (Bash) posted 11 months ago by christian

   1  http://downloads.sourceforge.net/fink/fink-0.27.8.tar.gz
   2  tar zxvf fink*
   3  cd fink*
   4  
   5  # Run following command, and answer the questions to your best knowledge, use defaults if uncertain
   6  ./bootstrap /sw
   7  
   8  source /sw/bin/init.sh 
   9  
  10  fink selfupdate 

Tagged fink, osx, apt-get