0xAl3xH / as31

as31 By Paul Stoffregen made to work with Max OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

as31 By Paul Stoffregen made to work with Max OS X


Languages

Language:Assembly 66.2%Language:C 20.2%Language:Yacc 8.8%Language:Roff 4.0%Language:Makefile 0.9%