Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.42 KB

README.mkdn

File metadata and controls

42 lines (23 loc) · 1.42 KB

#BMach

A Brookshear Machine implementation in Java.

##Screenshots ![Screenshot1][screenshot1] [screenshot1]: BMach/raw/master/screenshots/screenshot_th.png "Screenshot of BMach running."

##License

Copyright (c) 2010 Georgios Migdos [email protected]

Source code is available under the terms of the Apache license v2.0.

All icons are part of the "Silk" iconset by Mark James, except for the application icon which has been created from scratch with Inkscape.

jSyntaxPane, an open-source JEditorKit that adds support for custom syntax-highlighting to JEditorPane, is used.

FileDrop.java is public domain. Its original author is Robert Harder and Gnome/KDE support has been added by Nathan Blomquist.

##Build instructions

To build the project’s code you will need :

Open a terminal and give:

git clone git://github.com/cyberpython/BMach.git
cd BMach
ant clean jar

##How to run the application

To run the application you must have a JRE (6.x+) installed. Then you can give:

java -jar dist/bmach.jar

Or simply double click on dist/bmach.jar