How do I install gnu sc on my mac?
I want to install the command line spreadsheet sc. I would prefer to do with homebrew. I need both psc and sc commands. Is there a homebrew package? If not other methods would be good.
Solution 1:
Your wish is my command!
Homebrew Formula: sc.rb
I'll try to get the formula merged into homebrew proper sometime this week.
In the meantime, you can simply:
brew install https://gist.github.com/geoff-codes/d8c16ada1de10e6387b3/raw/sc.rb
Solution 2:
You can get it via Macports
After you install Macports you can get sc
with:
port install sc
(You might need sudo
for this)
Here's the sc profile: https://trac.macports.org/browser/trunk/dports/finance/sc/Portfile