Skip to content

ericponce/as31

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

as31

Adaptation of as31 by Paul Stoffregen for Mac OS X, modern versions of GTK+, and potentially linux (non gui)

Requirements - Basic - Max OS X

  • CommandLineTools
  • bison

Requirements - GUI - Mac OS X

  • basic requirements
  • GTK+2.0 (if compiling GUI)
  • pkg-config

It is recommended that you install all of this using homebrew

Requirements - Basic - Ubuntu 16.04 LTS

  • build-essential
    • this includes commonly used developer tools
  • bison

It is recommended to install all of this using apt

Installation (Non-GUI)

  • Compile: make
  • Copy bin into your path

Installation (GUI, Mac OSX)

  • Modify your pkg-config path: export PKG_CONFIG_PATH=/usr/local/Cellar/gtk+/<your version>/include/:/opt/X11/lib/pkgconfig/
  • Compile: make gui
  • Copy bin into your path

Verification

Run make test

Sources

About

as31 By Paul Stoffregen made to work with Max OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors