Skip to content

Instantly share code, notes, and snippets.

@binarytemple
Last active July 21, 2018 16:31
Show Gist options
  • Select an option

  • Save binarytemple/aa020887c82bfec017c6 to your computer and use it in GitHub Desktop.

Select an option

Save binarytemple/aa020887c82bfec017c6 to your computer and use it in GitHub Desktop.
timeplot splot install
export PATH=$PATH:${HOME}/.cabal/bin
export PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig
brew install --upgrade cairo
brew install cabal-install
cabal install cabal-install
cabal update
cabal install alex
cabal install gtk2hs-buildtools
cabal install timeplot splot
cabal install cairo

second try after it had been fixed, using sandbox local to checkout

git clone git@github.com:jkff/timeplot.git 
/common/timeplot
cabal sandbox init
cabal update
cabal install cabal-install
cabal configure --user
cabal install --user
cabal test --user
./dist/dist-sandbox-749b835b/build/tplot/tplot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment