Manually install a binary CNS package

From OS X Scientific Computing

logo.gif

Contents


Automatic Install

If you want to simply install CNS automatically from my server, read Getting your fink installation to use packages that I have pre-compiled and follow the instructions. Then issue the commands

fink scanpackages
sudo apt-get update
sudo apt-get install cns-binary


or read Installing CNS on OS X


Manual Install: PPC

To manually install CNS with fink as a pre-compiled debian binary package, simply do the following:

1. Issue the command

curl -O http://sage.ucsc.edu/fink_10.4/dists/local/main/binary-darwin-powerpc/cns-binary_1.2-2_darwin-powerpc.deb


2. and then, from within the directory in which the debian file was downloaded, issue

sudo dpkg -i cns-binary_1.2-2_darwin-powerpc.deb


Manual Install: Intel

To manually install CNS with fink as a pre-compiled debian binary package, simply do the following:

1. Issue the command

curl -O http://hakuho.ucsc.edu/fink_intel/dists/local/main/binary-darwin-powerpc/cns-binary_1.2-2_darwin-powerpc.deb


2. and then, from within the directory in which the debian file was downloaded, issue

sudo dpkg -i cns-binary_1.2-2_darwin-powerpc.deb