Skip to content

Commit

Permalink
Added instructions for installing from source
Browse files Browse the repository at this point in the history
  • Loading branch information
danlucraft committed Jan 1, 2010
1 parent 7bcea61 commit 283f1a6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,24 @@ Usage:
--font-size=SIZE Choose font point size
--theme=THEME Choose Textmate theme

## INSTALLING FROM SOURCE

Download from github, checkout the submodules and build JavaMateView

$ git clone git://github.com/danlucraft/redcar.git
$ cd redcar
$ git submodule init
$ git submodule update
$ rake build

To run:

$ jruby bin/redcar

To run on OSX:

$ jruby -J-XstartOnFirstThread bin/redcar


## PROBLEMS?

Expand Down

0 comments on commit 283f1a6

Please sign in to comment.