Skip to content

makot/gnubg-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

How to run gnubg on Mac

Install Homebrew

Using Homebrew, install the followings

  • xquartz
  • readline
  • bison
  • pkg-config
  • libtool
  • automake
  • autoconf
  • gtk+

Build

./configure
make
sudo make install

or

./configure --prefix=$HOME/.local
make
make install

Run

gnubg 

or

~/.local/bin/gnubg -P ~/.local/share/gnubg -w

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published